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