Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.responses |
Modifier and Type | Method and Description |
---|---|
DeleteAuthTokenResponse |
IdentityClient.deleteAuthToken(DeleteAuthTokenRequest request) |
DeleteAuthTokenResponse |
Identity.deleteAuthToken(DeleteAuthTokenRequest request)
Deletes the specified auth token for the specified user.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
DeleteAuthTokenResponse |
DeleteAuthTokenResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
DeleteAuthTokenResponse.Builder |
DeleteAuthTokenResponse.Builder.copy(DeleteAuthTokenResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.