Uses of Class
com.oracle.bmc.identitydomains.responses.CreateMyCustomerSecretKeyResponse
-
Packages that use CreateMyCustomerSecretKeyResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of CreateMyCustomerSecretKeyResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return CreateMyCustomerSecretKeyResponse Modifier and Type Method Description CreateMyCustomerSecretKeyResponse
IdentityDomains. createMyCustomerSecretKey(CreateMyCustomerSecretKeyRequest request)
Add a user’s own customer secret key.CreateMyCustomerSecretKeyResponse
IdentityDomainsClient. createMyCustomerSecretKey(CreateMyCustomerSecretKeyRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type CreateMyCustomerSecretKeyResponse Modifier and Type Method Description Future<CreateMyCustomerSecretKeyResponse>
IdentityDomainsAsync. createMyCustomerSecretKey(CreateMyCustomerSecretKeyRequest request, AsyncHandler<CreateMyCustomerSecretKeyRequest,CreateMyCustomerSecretKeyResponse> handler)
Add a user’s own customer secret key.Future<CreateMyCustomerSecretKeyResponse>
IdentityDomainsAsyncClient. createMyCustomerSecretKey(CreateMyCustomerSecretKeyRequest request, AsyncHandler<CreateMyCustomerSecretKeyRequest,CreateMyCustomerSecretKeyResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateMyCustomerSecretKeyResponse Modifier and Type Method Description Future<CreateMyCustomerSecretKeyResponse>
IdentityDomainsAsync. createMyCustomerSecretKey(CreateMyCustomerSecretKeyRequest request, AsyncHandler<CreateMyCustomerSecretKeyRequest,CreateMyCustomerSecretKeyResponse> handler)
Add a user’s own customer secret key.Future<CreateMyCustomerSecretKeyResponse>
IdentityDomainsAsyncClient. createMyCustomerSecretKey(CreateMyCustomerSecretKeyRequest request, AsyncHandler<CreateMyCustomerSecretKeyRequest,CreateMyCustomerSecretKeyResponse> handler)
-
Uses of CreateMyCustomerSecretKeyResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CreateMyCustomerSecretKeyResponse Modifier and Type Method Description CreateMyCustomerSecretKeyResponse
CreateMyCustomerSecretKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CreateMyCustomerSecretKeyResponse Modifier and Type Method Description CreateMyCustomerSecretKeyResponse.Builder
CreateMyCustomerSecretKeyResponse.Builder. copy(CreateMyCustomerSecretKeyResponse o)
Copy method to populate the builder with values from the given instance.
-