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