Uses of Class
com.oracle.bmc.identity.requests.DeleteAuthTokenRequest
-
Packages that use DeleteAuthTokenRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of DeleteAuthTokenRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type DeleteAuthTokenRequest Modifier and Type Method Description 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)
DeleteAuthTokenResponse
IdentityClient. deleteAuthToken(DeleteAuthTokenRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type DeleteAuthTokenRequest 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 DeleteAuthTokenRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.requests that return DeleteAuthTokenRequest Modifier and Type Method Description DeleteAuthTokenRequest
DeleteAuthTokenRequest.Builder. build()
Build the instance of DeleteAuthTokenRequest as configured by this builderDeleteAuthTokenRequest
DeleteAuthTokenRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteAuthTokenRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type DeleteAuthTokenRequest Modifier and Type Method Description DeleteAuthTokenRequest.Builder
DeleteAuthTokenRequest.Builder. copy(DeleteAuthTokenRequest o)
Copy method to populate the builder with values from the given instance.
-