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