Package | Description |
---|---|
com.oracle.bmc.identity | |
com.oracle.bmc.identity.requests |
Modifier and Type | Method and Description |
---|---|
CreateCustomerSecretKeyResponse |
IdentityClient.createCustomerSecretKey(CreateCustomerSecretKeyRequest request) |
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) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
CreateCustomerSecretKeyRequest |
CreateCustomerSecretKeyRequest.Builder.build()
Build the instance of CreateCustomerSecretKeyRequest as configured by this builder
|
CreateCustomerSecretKeyRequest |
CreateCustomerSecretKeyRequest.Builder.buildWithoutInvocationCallback()
Build the instance of CreateCustomerSecretKeyRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
CreateCustomerSecretKeyRequest.Builder |
CreateCustomerSecretKeyRequest.Builder.copy(CreateCustomerSecretKeyRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.