Uses of Class
com.oracle.bmc.identitydomains.responses.GetCustomerSecretKeyResponse
-
Packages that use GetCustomerSecretKeyResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of GetCustomerSecretKeyResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return GetCustomerSecretKeyResponse Modifier and Type Method Description GetCustomerSecretKeyResponse
IdentityDomains. getCustomerSecretKey(GetCustomerSecretKeyRequest request)
Get a user’s customer secret key.GetCustomerSecretKeyResponse
IdentityDomainsClient. getCustomerSecretKey(GetCustomerSecretKeyRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type GetCustomerSecretKeyResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetCustomerSecretKeyResponse 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 GetCustomerSecretKeyResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return GetCustomerSecretKeyResponse Modifier and Type Method Description GetCustomerSecretKeyResponse
GetCustomerSecretKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type GetCustomerSecretKeyResponse Modifier and Type Method Description GetCustomerSecretKeyResponse.Builder
GetCustomerSecretKeyResponse.Builder. copy(GetCustomerSecretKeyResponse o)
Copy method to populate the builder with values from the given instance.
-