Uses of Class
com.oracle.bmc.identity.responses.UpdateUserStateResponse
-
Packages that use UpdateUserStateResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of UpdateUserStateResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return UpdateUserStateResponse Modifier and Type Method Description UpdateUserStateResponse
Identity. updateUserState(UpdateUserStateRequest request)
Updates the state of the specified user.UpdateUserStateResponse
IdentityClient. updateUserState(UpdateUserStateRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type UpdateUserStateResponse Modifier and Type Method Description Future<UpdateUserStateResponse>
IdentityAsync. updateUserState(UpdateUserStateRequest request, AsyncHandler<UpdateUserStateRequest,UpdateUserStateResponse> handler)
Updates the state of the specified user.Future<UpdateUserStateResponse>
IdentityAsyncClient. updateUserState(UpdateUserStateRequest request, AsyncHandler<UpdateUserStateRequest,UpdateUserStateResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdateUserStateResponse Modifier and Type Method Description Future<UpdateUserStateResponse>
IdentityAsync. updateUserState(UpdateUserStateRequest request, AsyncHandler<UpdateUserStateRequest,UpdateUserStateResponse> handler)
Updates the state of the specified user.Future<UpdateUserStateResponse>
IdentityAsyncClient. updateUserState(UpdateUserStateRequest request, AsyncHandler<UpdateUserStateRequest,UpdateUserStateResponse> handler)
-
Uses of UpdateUserStateResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return UpdateUserStateResponse Modifier and Type Method Description UpdateUserStateResponse
UpdateUserStateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type UpdateUserStateResponse Modifier and Type Method Description UpdateUserStateResponse.Builder
UpdateUserStateResponse.Builder. copy(UpdateUserStateResponse o)
Copy method to populate the builder with values from the given instance.
-