Uses of Class
com.oracle.bmc.keymanagement.requests.GetKeyVersionRequest
-
Packages that use GetKeyVersionRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of GetKeyVersionRequest in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return types with arguments of type GetKeyVersionRequest Modifier and Type Method Description Waiter<GetKeyVersionRequest,GetKeyVersionResponse>
KmsManagementWaiters. forKeyVersion(GetKeyVersionRequest request, KeyVersion.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetKeyVersionRequest,GetKeyVersionResponse>
KmsManagementWaiters. forKeyVersion(GetKeyVersionRequest request, KeyVersion.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetKeyVersionRequest,GetKeyVersionResponse>
KmsManagementWaiters. forKeyVersion(GetKeyVersionRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, KeyVersion.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.keymanagement with type arguments of type GetKeyVersionRequest Modifier and Type Method Description Future<GetKeyVersionResponse>
KmsManagementAsync. getKeyVersion(GetKeyVersionRequest request, AsyncHandler<GetKeyVersionRequest,GetKeyVersionResponse> handler)
Gets information about the specified key version.Future<GetKeyVersionResponse>
KmsManagementAsyncClient. getKeyVersion(GetKeyVersionRequest request, AsyncHandler<GetKeyVersionRequest,GetKeyVersionResponse> handler)
-
Uses of GetKeyVersionRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return GetKeyVersionRequest Modifier and Type Method Description GetKeyVersionRequest
GetKeyVersionRequest.Builder. build()
Build the instance of GetKeyVersionRequest as configured by this builderGetKeyVersionRequest
GetKeyVersionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetKeyVersionRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type GetKeyVersionRequest Modifier and Type Method Description GetKeyVersionRequest.Builder
GetKeyVersionRequest.Builder. copy(GetKeyVersionRequest o)
Copy method to populate the builder with values from the given instance.
-