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