Uses of Class
com.oracle.bmc.identitydomains.responses.PatchMeResponse
-
Packages that use PatchMeResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PatchMeResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchMeResponse Modifier and Type Method Description PatchMeResponse
IdentityDomains. patchMe(PatchMeRequest request)
Update a user’s own information.PatchMeResponse
IdentityDomainsClient. patchMe(PatchMeRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchMeResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchMeResponse 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 PatchMeResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchMeResponse Modifier and Type Method Description PatchMeResponse
PatchMeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchMeResponse Modifier and Type Method Description PatchMeResponse.Builder
PatchMeResponse.Builder. copy(PatchMeResponse o)
Copy method to populate the builder with values from the given instance.
-