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