Uses of Class
com.oracle.bmc.identitydomains.responses.PutSelfRegistrationProfileResponse
-
Packages that use PutSelfRegistrationProfileResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PutSelfRegistrationProfileResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PutSelfRegistrationProfileResponse Modifier and Type Method Description PutSelfRegistrationProfileResponse
IdentityDomains. putSelfRegistrationProfile(PutSelfRegistrationProfileRequest request)
Replace a self-registration profile.PutSelfRegistrationProfileResponse
IdentityDomainsClient. putSelfRegistrationProfile(PutSelfRegistrationProfileRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PutSelfRegistrationProfileResponse Modifier and Type Method Description Future<PutSelfRegistrationProfileResponse>
IdentityDomainsAsync. putSelfRegistrationProfile(PutSelfRegistrationProfileRequest request, AsyncHandler<PutSelfRegistrationProfileRequest,PutSelfRegistrationProfileResponse> handler)
Replace a self-registration profile.Future<PutSelfRegistrationProfileResponse>
IdentityDomainsAsyncClient. putSelfRegistrationProfile(PutSelfRegistrationProfileRequest request, AsyncHandler<PutSelfRegistrationProfileRequest,PutSelfRegistrationProfileResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutSelfRegistrationProfileResponse Modifier and Type Method Description Future<PutSelfRegistrationProfileResponse>
IdentityDomainsAsync. putSelfRegistrationProfile(PutSelfRegistrationProfileRequest request, AsyncHandler<PutSelfRegistrationProfileRequest,PutSelfRegistrationProfileResponse> handler)
Replace a self-registration profile.Future<PutSelfRegistrationProfileResponse>
IdentityDomainsAsyncClient. putSelfRegistrationProfile(PutSelfRegistrationProfileRequest request, AsyncHandler<PutSelfRegistrationProfileRequest,PutSelfRegistrationProfileResponse> handler)
-
Uses of PutSelfRegistrationProfileResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PutSelfRegistrationProfileResponse Modifier and Type Method Description PutSelfRegistrationProfileResponse
PutSelfRegistrationProfileResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PutSelfRegistrationProfileResponse Modifier and Type Method Description PutSelfRegistrationProfileResponse.Builder
PutSelfRegistrationProfileResponse.Builder. copy(PutSelfRegistrationProfileResponse o)
Copy method to populate the builder with values from the given instance.
-