Uses of Class
com.oracle.bmc.identitydomains.requests.CreateMyCustomerSecretKeyRequest
-
Packages that use CreateMyCustomerSecretKeyRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreateMyCustomerSecretKeyRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type CreateMyCustomerSecretKeyRequest Modifier and Type Method Description CreateMyCustomerSecretKeyResponse
IdentityDomains. createMyCustomerSecretKey(CreateMyCustomerSecretKeyRequest request)
Add a user’s own customer secret key.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)
CreateMyCustomerSecretKeyResponse
IdentityDomainsClient. createMyCustomerSecretKey(CreateMyCustomerSecretKeyRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateMyCustomerSecretKeyRequest 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 CreateMyCustomerSecretKeyRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreateMyCustomerSecretKeyRequest Modifier and Type Method Description CreateMyCustomerSecretKeyRequest
CreateMyCustomerSecretKeyRequest.Builder. build()
Build the instance of CreateMyCustomerSecretKeyRequest as configured by this builderCreateMyCustomerSecretKeyRequest
CreateMyCustomerSecretKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateMyCustomerSecretKeyRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreateMyCustomerSecretKeyRequest Modifier and Type Method Description CreateMyCustomerSecretKeyRequest.Builder
CreateMyCustomerSecretKeyRequest.Builder. copy(CreateMyCustomerSecretKeyRequest o)
Copy method to populate the builder with values from the given instance.
-