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