Uses of Class
com.oracle.bmc.keymanagement.requests.ListHsmPartitionsRequest
-
Packages that use ListHsmPartitionsRequest Package Description com.oracle.bmc.keymanagement com.oracle.bmc.keymanagement.requests -
-
Uses of ListHsmPartitionsRequest in com.oracle.bmc.keymanagement
Methods in com.oracle.bmc.keymanagement with parameters of type ListHsmPartitionsRequest Modifier and Type Method Description ListHsmPartitionsResponse
KmsHsmCluster. listHsmPartitions(ListHsmPartitionsRequest request)
Lists all HSM partitions within the specified HSM Cluster resource.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)
ListHsmPartitionsResponse
KmsHsmClusterClient. listHsmPartitions(ListHsmPartitionsRequest request)
Iterable<HsmPartitionSummary>
KmsHsmClusterPaginators. listHsmPartitionsRecordIterator(ListHsmPartitionsRequest request)
Creates a new iterable which will iterate over theHsmPartitionSummary
objects contained in responses from the listHsmPartitions operation.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 ListHsmPartitionsRequest 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 ListHsmPartitionsRequest in com.oracle.bmc.keymanagement.requests
Methods in com.oracle.bmc.keymanagement.requests that return ListHsmPartitionsRequest Modifier and Type Method Description ListHsmPartitionsRequest
ListHsmPartitionsRequest.Builder. build()
Build the instance of ListHsmPartitionsRequest as configured by this builderListHsmPartitionsRequest
ListHsmPartitionsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListHsmPartitionsRequest as configured by this builderMethods in com.oracle.bmc.keymanagement.requests with parameters of type ListHsmPartitionsRequest Modifier and Type Method Description ListHsmPartitionsRequest.Builder
ListHsmPartitionsRequest.Builder. copy(ListHsmPartitionsRequest o)
Copy method to populate the builder with values from the given instance.
-