Uses of Class
com.amazonaws.services.cloudhsm.model.DescribeHsmResult
Packages that use DescribeHsmResult
-
Uses of DescribeHsmResult in com.amazonaws.services.cloudhsm
Methods in com.amazonaws.services.cloudhsm that return DescribeHsmResultModifier and TypeMethodDescriptionAbstractAWSCloudHSM.describeHsm()
AbstractAWSCloudHSM.describeHsm
(DescribeHsmRequest request) AWSCloudHSM.describeHsm()
Simplified method form for invoking the DescribeHsm operation.AWSCloudHSM.describeHsm
(DescribeHsmRequest describeHsmRequest) Retrieves information about an HSM.AWSCloudHSMClient.describeHsm()
AWSCloudHSMClient.describeHsm
(DescribeHsmRequest describeHsmRequest) Retrieves information about an HSM.Methods in com.amazonaws.services.cloudhsm that return types with arguments of type DescribeHsmResultModifier and TypeMethodDescriptionAbstractAWSCloudHSMAsync.describeHsmAsync()
Simplified method form for invoking the DescribeHsm operation.AbstractAWSCloudHSMAsync.describeHsmAsync
(AsyncHandler<DescribeHsmRequest, DescribeHsmResult> asyncHandler) Simplified method form for invoking the DescribeHsm operation with an AsyncHandler.AbstractAWSCloudHSMAsync.describeHsmAsync
(DescribeHsmRequest request) AbstractAWSCloudHSMAsync.describeHsmAsync
(DescribeHsmRequest request, AsyncHandler<DescribeHsmRequest, DescribeHsmResult> asyncHandler) AWSCloudHSMAsync.describeHsmAsync()
Simplified method form for invoking the DescribeHsm operation.AWSCloudHSMAsync.describeHsmAsync
(AsyncHandler<DescribeHsmRequest, DescribeHsmResult> asyncHandler) Simplified method form for invoking the DescribeHsm operation with an AsyncHandler.AWSCloudHSMAsync.describeHsmAsync
(DescribeHsmRequest describeHsmRequest) Retrieves information about an HSM.AWSCloudHSMAsync.describeHsmAsync
(DescribeHsmRequest describeHsmRequest, AsyncHandler<DescribeHsmRequest, DescribeHsmResult> asyncHandler) Retrieves information about an HSM.AWSCloudHSMAsyncClient.describeHsmAsync()
Simplified method form for invoking the DescribeHsm operation.AWSCloudHSMAsyncClient.describeHsmAsync
(AsyncHandler<DescribeHsmRequest, DescribeHsmResult> asyncHandler) Simplified method form for invoking the DescribeHsm operation with an AsyncHandler.AWSCloudHSMAsyncClient.describeHsmAsync
(DescribeHsmRequest request) AWSCloudHSMAsyncClient.describeHsmAsync
(DescribeHsmRequest request, AsyncHandler<DescribeHsmRequest, DescribeHsmResult> asyncHandler) Method parameters in com.amazonaws.services.cloudhsm with type arguments of type DescribeHsmResultModifier and TypeMethodDescriptionAbstractAWSCloudHSMAsync.describeHsmAsync
(AsyncHandler<DescribeHsmRequest, DescribeHsmResult> asyncHandler) Simplified method form for invoking the DescribeHsm operation with an AsyncHandler.AbstractAWSCloudHSMAsync.describeHsmAsync
(DescribeHsmRequest request, AsyncHandler<DescribeHsmRequest, DescribeHsmResult> asyncHandler) AWSCloudHSMAsync.describeHsmAsync
(AsyncHandler<DescribeHsmRequest, DescribeHsmResult> asyncHandler) Simplified method form for invoking the DescribeHsm operation with an AsyncHandler.AWSCloudHSMAsync.describeHsmAsync
(DescribeHsmRequest describeHsmRequest, AsyncHandler<DescribeHsmRequest, DescribeHsmResult> asyncHandler) Retrieves information about an HSM.AWSCloudHSMAsyncClient.describeHsmAsync
(AsyncHandler<DescribeHsmRequest, DescribeHsmResult> asyncHandler) Simplified method form for invoking the DescribeHsm operation with an AsyncHandler.AWSCloudHSMAsyncClient.describeHsmAsync
(DescribeHsmRequest request, AsyncHandler<DescribeHsmRequest, DescribeHsmResult> asyncHandler) -
Uses of DescribeHsmResult in com.amazonaws.services.cloudhsm.model
Methods in com.amazonaws.services.cloudhsm.model that return DescribeHsmResultModifier and TypeMethodDescriptionDescribeHsmResult.clone()
DescribeHsmResult.withAvailabilityZone
(String availabilityZone) The Availability Zone that the HSM is in.The identifier of the elastic network interface (ENI) attached to the HSM.The IP address assigned to the HSM's ENI.DescribeHsmResult.withHsmArn
(String hsmArn) The ARN of the HSM.DescribeHsmResult.withHsmType
(String hsmType) The HSM model type.DescribeHsmResult.withIamRoleArn
(String iamRoleArn) The ARN of the IAM role assigned to the HSM.DescribeHsmResult.withPartitions
(String... partitions) The list of partitions on the HSM.DescribeHsmResult.withPartitions
(Collection<String> partitions) The list of partitions on the HSM.DescribeHsmResult.withSerialNumber
(String serialNumber) The serial number of the HSM.DescribeHsmResult.withServerCertLastUpdated
(String serverCertLastUpdated) The date and time that the server certificate was last updated.DescribeHsmResult.withServerCertUri
(String serverCertUri) The URI of the certificate server.DescribeHsmResult.withSoftwareVersion
(String softwareVersion) The HSM software version.DescribeHsmResult.withSshKeyLastUpdated
(String sshKeyLastUpdated) The date and time that the SSH key was last updated.DescribeHsmResult.withSshPublicKey
(String sshPublicKey) The public SSH key.DescribeHsmResult.withStatus
(HsmStatus status) The status of the HSM.DescribeHsmResult.withStatus
(String status) The status of the HSM.DescribeHsmResult.withStatusDetails
(String statusDetails) Contains additional information about the status of the HSM.DescribeHsmResult.withSubnetId
(String subnetId) The identifier of the subnet that the HSM is in.DescribeHsmResult.withSubscriptionEndDate
(String subscriptionEndDate) The subscription end date.DescribeHsmResult.withSubscriptionStartDate
(String subscriptionStartDate) The subscription start date.DescribeHsmResult.withSubscriptionType
(SubscriptionType subscriptionType) DescribeHsmResult.withSubscriptionType
(String subscriptionType) DescribeHsmResult.withVendorName
(String vendorName) The name of the HSM vendor.The identifier of the VPC that the HSM is in.