Uses of Class
com.amazonaws.services.cloudhsm.model.DescribeHapgResult
Packages that use DescribeHapgResult
-
Uses of DescribeHapgResult in com.amazonaws.services.cloudhsm
Methods in com.amazonaws.services.cloudhsm that return DescribeHapgResultModifier and TypeMethodDescriptionAbstractAWSCloudHSM.describeHapg(DescribeHapgRequest request) AWSCloudHSM.describeHapg(DescribeHapgRequest describeHapgRequest) Retrieves information about a high-availability partition group.AWSCloudHSMClient.describeHapg(DescribeHapgRequest describeHapgRequest) Retrieves information about a high-availability partition group.Methods in com.amazonaws.services.cloudhsm that return types with arguments of type DescribeHapgResultModifier and TypeMethodDescriptionAbstractAWSCloudHSMAsync.describeHapgAsync(DescribeHapgRequest request) AbstractAWSCloudHSMAsync.describeHapgAsync(DescribeHapgRequest request, AsyncHandler<DescribeHapgRequest, DescribeHapgResult> asyncHandler) AWSCloudHSMAsync.describeHapgAsync(DescribeHapgRequest describeHapgRequest) Retrieves information about a high-availability partition group.AWSCloudHSMAsync.describeHapgAsync(DescribeHapgRequest describeHapgRequest, AsyncHandler<DescribeHapgRequest, DescribeHapgResult> asyncHandler) Retrieves information about a high-availability partition group.AWSCloudHSMAsyncClient.describeHapgAsync(DescribeHapgRequest request) AWSCloudHSMAsyncClient.describeHapgAsync(DescribeHapgRequest request, AsyncHandler<DescribeHapgRequest, DescribeHapgResult> asyncHandler) Method parameters in com.amazonaws.services.cloudhsm with type arguments of type DescribeHapgResultModifier and TypeMethodDescriptionAbstractAWSCloudHSMAsync.describeHapgAsync(DescribeHapgRequest request, AsyncHandler<DescribeHapgRequest, DescribeHapgResult> asyncHandler) AWSCloudHSMAsync.describeHapgAsync(DescribeHapgRequest describeHapgRequest, AsyncHandler<DescribeHapgRequest, DescribeHapgResult> asyncHandler) Retrieves information about a high-availability partition group.AWSCloudHSMAsyncClient.describeHapgAsync(DescribeHapgRequest request, AsyncHandler<DescribeHapgRequest, DescribeHapgResult> asyncHandler) -
Uses of DescribeHapgResult in com.amazonaws.services.cloudhsm.model
Methods in com.amazonaws.services.cloudhsm.model that return DescribeHapgResultModifier and TypeMethodDescriptionDescribeHapgResult.clone()DescribeHapgResult.withHapgArn(String hapgArn) The ARN of the high-availability partition group.DescribeHapgResult.withHapgSerial(String hapgSerial) The serial number of the high-availability partition group.DescribeHapgResult.withHsmsLastActionFailed(String... hsmsLastActionFailed) NOTE: This method appends the values to the existing list (if any).DescribeHapgResult.withHsmsLastActionFailed(Collection<String> hsmsLastActionFailed) DescribeHapgResult.withHsmsPendingDeletion(String... hsmsPendingDeletion) NOTE: This method appends the values to the existing list (if any).DescribeHapgResult.withHsmsPendingDeletion(Collection<String> hsmsPendingDeletion) DescribeHapgResult.withHsmsPendingRegistration(String... hsmsPendingRegistration) NOTE: This method appends the values to the existing list (if any).DescribeHapgResult.withHsmsPendingRegistration(Collection<String> hsmsPendingRegistration) The label for the high-availability partition group.DescribeHapgResult.withLastModifiedTimestamp(String lastModifiedTimestamp) The date and time the high-availability partition group was last modified.DescribeHapgResult.withPartitionSerialList(String... partitionSerialList) The list of partition serial numbers that belong to the high-availability partition group.DescribeHapgResult.withPartitionSerialList(Collection<String> partitionSerialList) The list of partition serial numbers that belong to the high-availability partition group.DescribeHapgResult.withState(CloudHsmObjectState state) The state of the high-availability partition group.The state of the high-availability partition group.