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