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