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