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