Uses of Class
com.oracle.bmc.identity.requests.CreateCustomerSecretKeyRequest
- 
Packages that use CreateCustomerSecretKeyRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests 
- 
- 
Uses of CreateCustomerSecretKeyRequest in com.oracle.bmc.identityMethods in com.oracle.bmc.identity with parameters of type CreateCustomerSecretKeyRequest Modifier and Type Method Description CreateCustomerSecretKeyResponseIdentity. createCustomerSecretKey(CreateCustomerSecretKeyRequest request)Creates a new secret key for the specified user.Future<CreateCustomerSecretKeyResponse>IdentityAsync. createCustomerSecretKey(CreateCustomerSecretKeyRequest request, AsyncHandler<CreateCustomerSecretKeyRequest,CreateCustomerSecretKeyResponse> handler)Creates a new secret key for the specified user.Future<CreateCustomerSecretKeyResponse>IdentityAsyncClient. createCustomerSecretKey(CreateCustomerSecretKeyRequest request, AsyncHandler<CreateCustomerSecretKeyRequest,CreateCustomerSecretKeyResponse> handler)CreateCustomerSecretKeyResponseIdentityClient. createCustomerSecretKey(CreateCustomerSecretKeyRequest request)Method parameters in com.oracle.bmc.identity with type arguments of type CreateCustomerSecretKeyRequest Modifier and Type Method Description Future<CreateCustomerSecretKeyResponse>IdentityAsync. createCustomerSecretKey(CreateCustomerSecretKeyRequest request, AsyncHandler<CreateCustomerSecretKeyRequest,CreateCustomerSecretKeyResponse> handler)Creates a new secret key for the specified user.Future<CreateCustomerSecretKeyResponse>IdentityAsyncClient. createCustomerSecretKey(CreateCustomerSecretKeyRequest request, AsyncHandler<CreateCustomerSecretKeyRequest,CreateCustomerSecretKeyResponse> handler)
- 
Uses of CreateCustomerSecretKeyRequest in com.oracle.bmc.identity.requestsMethods in com.oracle.bmc.identity.requests that return CreateCustomerSecretKeyRequest Modifier and Type Method Description CreateCustomerSecretKeyRequestCreateCustomerSecretKeyRequest.Builder. build()Build the instance of CreateCustomerSecretKeyRequest as configured by this builderCreateCustomerSecretKeyRequestCreateCustomerSecretKeyRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateCustomerSecretKeyRequest as configured by this builderMethods in com.oracle.bmc.identity.requests with parameters of type CreateCustomerSecretKeyRequest Modifier and Type Method Description CreateCustomerSecretKeyRequest.BuilderCreateCustomerSecretKeyRequest.Builder. copy(CreateCustomerSecretKeyRequest o)Copy method to populate the builder with values from the given instance.
 
-