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