Uses of Class
com.oracle.bmc.identity.requests.UpdateAuthTokenRequest
-
Packages that use UpdateAuthTokenRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of UpdateAuthTokenRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type UpdateAuthTokenRequest Modifier and Type Method Description UpdateAuthTokenResponse
Identity. updateAuthToken(UpdateAuthTokenRequest request)
Updates the specified auth token’s 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)
UpdateAuthTokenResponse
IdentityClient. updateAuthToken(UpdateAuthTokenRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type UpdateAuthTokenRequest 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 UpdateAuthTokenRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return UpdateAuthTokenRequest Modifier and Type Method Description UpdateAuthTokenRequest
UpdateAuthTokenRequest.Builder. build()
Build the instance of UpdateAuthTokenRequest as configured by this builderUpdateAuthTokenRequest
UpdateAuthTokenRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAuthTokenRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type UpdateAuthTokenRequest Modifier and Type Method Description UpdateAuthTokenRequest.Builder
UpdateAuthTokenRequest.Builder. copy(UpdateAuthTokenRequest o)
Copy method to populate the builder with values from the given instance.
-