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