Package | Description |
---|---|
com.oracle.bmc.keymanagement | |
com.oracle.bmc.keymanagement.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetKeyVersionRequest,GetKeyVersionResponse> |
KmsManagementWaiters.forKeyVersion(GetKeyVersionRequest request,
KeyVersion.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetKeyVersionRequest,GetKeyVersionResponse> |
KmsManagementWaiters.forKeyVersion(GetKeyVersionRequest request,
KeyVersion.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetKeyVersionRequest,GetKeyVersionResponse> |
KmsManagementWaiters.forKeyVersion(GetKeyVersionRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
KeyVersion.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<GetKeyVersionResponse> |
KmsManagementAsyncClient.getKeyVersion(GetKeyVersionRequest request,
AsyncHandler<GetKeyVersionRequest,GetKeyVersionResponse> handler) |
Future<GetKeyVersionResponse> |
KmsManagementAsync.getKeyVersion(GetKeyVersionRequest request,
AsyncHandler<GetKeyVersionRequest,GetKeyVersionResponse> handler)
Gets information about the specified key version.
|
Modifier and Type | Method and Description |
---|---|
GetKeyVersionRequest |
GetKeyVersionRequest.Builder.build()
Build the instance of GetKeyVersionRequest as configured by this builder
|
GetKeyVersionRequest |
GetKeyVersionRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetKeyVersionRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetKeyVersionRequest.Builder |
GetKeyVersionRequest.Builder.copy(GetKeyVersionRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.