Uses of Class
com.oracle.bmc.identitydomains.requests.DeleteMyAuthTokenRequest
-
Packages that use DeleteMyAuthTokenRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of DeleteMyAuthTokenRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type DeleteMyAuthTokenRequest Modifier and Type Method Description DeleteMyAuthTokenResponse
IdentityDomains. deleteMyAuthToken(DeleteMyAuthTokenRequest request)
Delete a user’s own Auth token.Future<DeleteMyAuthTokenResponse>
IdentityDomainsAsync. deleteMyAuthToken(DeleteMyAuthTokenRequest request, AsyncHandler<DeleteMyAuthTokenRequest,DeleteMyAuthTokenResponse> handler)
Delete a user’s own Auth token.Future<DeleteMyAuthTokenResponse>
IdentityDomainsAsyncClient. deleteMyAuthToken(DeleteMyAuthTokenRequest request, AsyncHandler<DeleteMyAuthTokenRequest,DeleteMyAuthTokenResponse> handler)
DeleteMyAuthTokenResponse
IdentityDomainsClient. deleteMyAuthToken(DeleteMyAuthTokenRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type DeleteMyAuthTokenRequest Modifier and Type Method Description Future<DeleteMyAuthTokenResponse>
IdentityDomainsAsync. deleteMyAuthToken(DeleteMyAuthTokenRequest request, AsyncHandler<DeleteMyAuthTokenRequest,DeleteMyAuthTokenResponse> handler)
Delete a user’s own Auth token.Future<DeleteMyAuthTokenResponse>
IdentityDomainsAsyncClient. deleteMyAuthToken(DeleteMyAuthTokenRequest request, AsyncHandler<DeleteMyAuthTokenRequest,DeleteMyAuthTokenResponse> handler)
-
Uses of DeleteMyAuthTokenRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return DeleteMyAuthTokenRequest Modifier and Type Method Description DeleteMyAuthTokenRequest
DeleteMyAuthTokenRequest.Builder. build()
Build the instance of DeleteMyAuthTokenRequest as configured by this builderDeleteMyAuthTokenRequest
DeleteMyAuthTokenRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteMyAuthTokenRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type DeleteMyAuthTokenRequest Modifier and Type Method Description DeleteMyAuthTokenRequest.Builder
DeleteMyAuthTokenRequest.Builder. copy(DeleteMyAuthTokenRequest o)
Copy method to populate the builder with values from the given instance.
-