Uses of Class
com.oracle.bmc.identitydomains.requests.PatchMeRequest
-
Packages that use PatchMeRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchMeRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchMeRequest Modifier and Type Method Description PatchMeResponse
IdentityDomains. patchMe(PatchMeRequest request)
Update a user’s own information.Future<PatchMeResponse>
IdentityDomainsAsync. patchMe(PatchMeRequest request, AsyncHandler<PatchMeRequest,PatchMeResponse> handler)
Update a user’s own information.Future<PatchMeResponse>
IdentityDomainsAsyncClient. patchMe(PatchMeRequest request, AsyncHandler<PatchMeRequest,PatchMeResponse> handler)
PatchMeResponse
IdentityDomainsClient. patchMe(PatchMeRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchMeRequest Modifier and Type Method Description Future<PatchMeResponse>
IdentityDomainsAsync. patchMe(PatchMeRequest request, AsyncHandler<PatchMeRequest,PatchMeResponse> handler)
Update a user’s own information.Future<PatchMeResponse>
IdentityDomainsAsyncClient. patchMe(PatchMeRequest request, AsyncHandler<PatchMeRequest,PatchMeResponse> handler)
-
Uses of PatchMeRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchMeRequest Modifier and Type Method Description PatchMeRequest
PatchMeRequest.Builder. build()
Build the instance of PatchMeRequest as configured by this builderPatchMeRequest
PatchMeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchMeRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchMeRequest Modifier and Type Method Description PatchMeRequest.Builder
PatchMeRequest.Builder. copy(PatchMeRequest o)
Copy method to populate the builder with values from the given instance.
-