Uses of Class
com.oracle.bmc.keymanagement.responses.GetHsmPartitionResponse
-
Packages that use GetHsmPartitionResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of GetHsmPartitionResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return GetHsmPartitionResponse Modifier and Type Method Description GetHsmPartitionResponse
KmsHsmCluster. getHsmPartition(GetHsmPartitionRequest request)
Retrieves HSM partition details for the specified HSM cluster.GetHsmPartitionResponse
KmsHsmClusterClient. getHsmPartition(GetHsmPartitionRequest request)
Method parameters in com.oracle.bmc.keymanagement with type arguments of type GetHsmPartitionResponse Modifier and Type Method Description Future<GetHsmPartitionResponse>
KmsHsmClusterAsync. getHsmPartition(GetHsmPartitionRequest request, AsyncHandler<GetHsmPartitionRequest,GetHsmPartitionResponse> handler)
Retrieves HSM partition details for the specified HSM cluster.Future<GetHsmPartitionResponse>
KmsHsmClusterAsyncClient. getHsmPartition(GetHsmPartitionRequest request, AsyncHandler<GetHsmPartitionRequest,GetHsmPartitionResponse> handler)
-
Uses of GetHsmPartitionResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return GetHsmPartitionResponse Modifier and Type Method Description GetHsmPartitionResponse
GetHsmPartitionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type GetHsmPartitionResponse Modifier and Type Method Description GetHsmPartitionResponse.Builder
GetHsmPartitionResponse.Builder. copy(GetHsmPartitionResponse o)
Copy method to populate the builder with values from the given instance.
-