Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
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.
|
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 |
---|---|
DeleteAuthTokenRequest |
DeleteAuthTokenRequest.Builder.build()
Build the instance of DeleteAuthTokenRequest as configured by this builder
|
DeleteAuthTokenRequest |
DeleteAuthTokenRequest.Builder.buildWithoutInvocationCallback()
Build the instance of DeleteAuthTokenRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
DeleteAuthTokenRequest.Builder |
DeleteAuthTokenRequest.Builder.copy(DeleteAuthTokenRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.