Uses of Class
com.oracle.bmc.keymanagement.responses.GetKeyResponse
-
Packages that use GetKeyResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of GetKeyResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return GetKeyResponse Modifier and Type Method Description GetKeyResponse
KmsManagement. getKey(GetKeyRequest request)
Gets information about the specified master encryption key.GetKeyResponse
KmsManagementClient. getKey(GetKeyRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type GetKeyResponse 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.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)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type GetKeyResponse 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 GetKeyResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return GetKeyResponse Modifier and Type Method Description GetKeyResponse
GetKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type GetKeyResponse Modifier and Type Method Description GetKeyResponse.Builder
GetKeyResponse.Builder. copy(GetKeyResponse o)
Copy method to populate the builder with values from the given instance.
-