Uses of Class
com.oracle.bmc.identity.responses.CreateCustomerSecretKeyResponse
-
Packages that use CreateCustomerSecretKeyResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of CreateCustomerSecretKeyResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return CreateCustomerSecretKeyResponse Modifier and Type Method Description CreateCustomerSecretKeyResponse
Identity. createCustomerSecretKey(CreateCustomerSecretKeyRequest request)
Creates a new secret key for the specified user.CreateCustomerSecretKeyResponse
IdentityClient. createCustomerSecretKey(CreateCustomerSecretKeyRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type CreateCustomerSecretKeyResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateCustomerSecretKeyResponse 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 CreateCustomerSecretKeyResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CreateCustomerSecretKeyResponse Modifier and Type Method Description CreateCustomerSecretKeyResponse
CreateCustomerSecretKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.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.
-