Uses of Class
com.oracle.bmc.identitydomains.requests.PatchSelfRegistrationProfileRequest
-
Packages that use PatchSelfRegistrationProfileRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchSelfRegistrationProfileRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchSelfRegistrationProfileRequest Modifier and Type Method Description PatchSelfRegistrationProfileResponse
IdentityDomains. patchSelfRegistrationProfile(PatchSelfRegistrationProfileRequest request)
Update a self-registration profile.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)
PatchSelfRegistrationProfileResponse
IdentityDomainsClient. patchSelfRegistrationProfile(PatchSelfRegistrationProfileRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchSelfRegistrationProfileRequest 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 PatchSelfRegistrationProfileRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchSelfRegistrationProfileRequest Modifier and Type Method Description PatchSelfRegistrationProfileRequest
PatchSelfRegistrationProfileRequest.Builder. build()
Build the instance of PatchSelfRegistrationProfileRequest as configured by this builderPatchSelfRegistrationProfileRequest
PatchSelfRegistrationProfileRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchSelfRegistrationProfileRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchSelfRegistrationProfileRequest Modifier and Type Method Description PatchSelfRegistrationProfileRequest.Builder
PatchSelfRegistrationProfileRequest.Builder. copy(PatchSelfRegistrationProfileRequest o)
Copy method to populate the builder with values from the given instance.
-