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.identity
Methods in com.oracle.bmc.identity with parameters of type CreateCustomerSecretKeyRequest Modifier and Type Method Description CreateCustomerSecretKeyResponse
Identity. 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)
CreateCustomerSecretKeyResponse
IdentityClient. 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.requests
Methods in com.oracle.bmc.identity.requests that return CreateCustomerSecretKeyRequest Modifier and Type Method Description CreateCustomerSecretKeyRequest
CreateCustomerSecretKeyRequest.Builder. build()
Build the instance of CreateCustomerSecretKeyRequest as configured by this builderCreateCustomerSecretKeyRequest
CreateCustomerSecretKeyRequest.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.Builder
CreateCustomerSecretKeyRequest.Builder. copy(CreateCustomerSecretKeyRequest o)
Copy method to populate the builder with values from the given instance.
-