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