Uses of Class
com.oracle.bmc.keymanagement.responses.GetWrappingKeyResponse
-
Packages that use GetWrappingKeyResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of GetWrappingKeyResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return GetWrappingKeyResponse Modifier and Type Method Description GetWrappingKeyResponse
KmsManagement. getWrappingKey(GetWrappingKeyRequest request)
Gets details about the public RSA wrapping key associated with the vault in the endpoint.GetWrappingKeyResponse
KmsManagementClient. getWrappingKey(GetWrappingKeyRequest request)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type GetWrappingKeyResponse Modifier and Type Method Description Future<GetWrappingKeyResponse>
KmsManagementAsync. getWrappingKey(GetWrappingKeyRequest request, AsyncHandler<GetWrappingKeyRequest,GetWrappingKeyResponse> handler)
Gets details about the public RSA wrapping key associated with the vault in the endpoint.Future<GetWrappingKeyResponse>
KmsManagementAsyncClient. getWrappingKey(GetWrappingKeyRequest request, AsyncHandler<GetWrappingKeyRequest,GetWrappingKeyResponse> handler)
-
Uses of GetWrappingKeyResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return GetWrappingKeyResponse Modifier and Type Method Description GetWrappingKeyResponse
GetWrappingKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type GetWrappingKeyResponse Modifier and Type Method Description GetWrappingKeyResponse.Builder
GetWrappingKeyResponse.Builder. copy(GetWrappingKeyResponse o)
Copy method to populate the builder with values from the given instance.
-