Uses of Class
com.oracle.bmc.keymanagement.responses.ListHsmPartitionsResponse
-
Packages that use ListHsmPartitionsResponse Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.responses -
-
Uses of ListHsmPartitionsResponse in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement that return ListHsmPartitionsResponse Modifier and Type Method Description ListHsmPartitionsResponse
KmsHsmCluster. listHsmPartitions(ListHsmPartitionsRequest request)
Lists all HSM partitions within the specified HSM Cluster resource.ListHsmPartitionsResponse
KmsHsmClusterClient. listHsmPartitions(ListHsmPartitionsRequest request)
Methods in com.oracle.bmc.keymanagement that return types with arguments of type ListHsmPartitionsResponse Modifier and Type Method Description Future<ListHsmPartitionsResponse>
KmsHsmClusterAsync. listHsmPartitions(ListHsmPartitionsRequest request, AsyncHandler<ListHsmPartitionsRequest,ListHsmPartitionsResponse> handler)
Lists all HSM partitions within the specified HSM Cluster resource.Future<ListHsmPartitionsResponse>
KmsHsmClusterAsyncClient. listHsmPartitions(ListHsmPartitionsRequest request, AsyncHandler<ListHsmPartitionsRequest,ListHsmPartitionsResponse> handler)
Iterable<ListHsmPartitionsResponse>
KmsHsmClusterPaginators. listHsmPartitionsResponseIterator(ListHsmPartitionsRequest request)
Creates a new iterable which will iterate over the responses received from the listHsmPartitions operation.Method parameters in com.oracle.bmc.keymanagement with type arguments of type ListHsmPartitionsResponse Modifier and Type Method Description Future<ListHsmPartitionsResponse>
KmsHsmClusterAsync. listHsmPartitions(ListHsmPartitionsRequest request, AsyncHandler<ListHsmPartitionsRequest,ListHsmPartitionsResponse> handler)
Lists all HSM partitions within the specified HSM Cluster resource.Future<ListHsmPartitionsResponse>
KmsHsmClusterAsyncClient. listHsmPartitions(ListHsmPartitionsRequest request, AsyncHandler<ListHsmPartitionsRequest,ListHsmPartitionsResponse> handler)
-
Uses of ListHsmPartitionsResponse in com.oracle.bmc.keymanagement.responses
Methods in com.oracle.bmc.keymanagement.responses that return ListHsmPartitionsResponse Modifier and Type Method Description ListHsmPartitionsResponse
ListHsmPartitionsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.keymanagement.responses with parameters of type ListHsmPartitionsResponse Modifier and Type Method Description ListHsmPartitionsResponse.Builder
ListHsmPartitionsResponse.Builder. copy(ListHsmPartitionsResponse o)
Copy method to populate the builder with values from the given instance.
-