AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Namespace: Amazon.CloudHSM
Assembly: AWSSDK.dll
Version: (assembly version)
public class AmazonCloudHSMClient : AmazonServiceClient IAmazonCloudHSM, IDisposable
The AmazonCloudHSMClient type exposes the following members
Name | Description | |
---|---|---|
![]() |
AmazonCloudHSMClient() |
Constructs AmazonCloudHSMClient with the credentials loaded from the application's
default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonCloudHSMClient(RegionEndpoint) |
Constructs AmazonCloudHSMClient with the credentials loaded from the application's
default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonCloudHSMClient(AmazonCloudHSMConfig) |
Constructs AmazonCloudHSMClient with the credentials loaded from the application's
default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance.
Example App.config with credentials set.
<?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonCloudHSMClient(AWSCredentials) | Constructs AmazonCloudHSMClient with AWS Credentials |
![]() |
AmazonCloudHSMClient(AWSCredentials, RegionEndpoint) | Constructs AmazonCloudHSMClient with AWS Credentials |
![]() |
AmazonCloudHSMClient(AWSCredentials, AmazonCloudHSMConfig) | Constructs AmazonCloudHSMClient with AWS Credentials and an AmazonCloudHSMClient Configuration object. |
![]() |
AmazonCloudHSMClient(string, string) | Constructs AmazonCloudHSMClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonCloudHSMClient(string, string, RegionEndpoint) | Constructs AmazonCloudHSMClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonCloudHSMClient(string, string, AmazonCloudHSMConfig) | Constructs AmazonCloudHSMClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudHSMClient Configuration object. |
![]() |
AmazonCloudHSMClient(string, string, string) | Constructs AmazonCloudHSMClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonCloudHSMClient(string, string, string, RegionEndpoint) | Constructs AmazonCloudHSMClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonCloudHSMClient(string, string, string, AmazonCloudHSMConfig) | Constructs AmazonCloudHSMClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudHSMClient Configuration object. |
Name | Description | |
---|---|---|
![]() |
BeginCreateHapg(CreateHapgRequest, AsyncCallback, object) | Initiates the asynchronous execution of the CreateHapg operation. |
![]() |
BeginCreateHsm(CreateHsmRequest, AsyncCallback, object) | Initiates the asynchronous execution of the CreateHsm operation. |
![]() |
BeginCreateLunaClient(CreateLunaClientRequest, AsyncCallback, object) | Initiates the asynchronous execution of the CreateLunaClient operation. |
![]() |
BeginDeleteHapg(DeleteHapgRequest, AsyncCallback, object) | Initiates the asynchronous execution of the DeleteHapg operation. |
![]() |
BeginDeleteHsm(DeleteHsmRequest, AsyncCallback, object) | Initiates the asynchronous execution of the DeleteHsm operation. |
![]() |
BeginDeleteLunaClient(DeleteLunaClientRequest, AsyncCallback, object) | Initiates the asynchronous execution of the DeleteLunaClient operation. |
![]() |
BeginDescribeHapg(DescribeHapgRequest, AsyncCallback, object) | Initiates the asynchronous execution of the DescribeHapg operation. |
![]() |
BeginDescribeHsm(DescribeHsmRequest, AsyncCallback, object) | Initiates the asynchronous execution of the DescribeHsm operation. |
![]() |
BeginDescribeLunaClient(DescribeLunaClientRequest, AsyncCallback, object) | Initiates the asynchronous execution of the DescribeLunaClient operation. |
![]() |
BeginGetConfig(GetConfigRequest, AsyncCallback, object) | Initiates the asynchronous execution of the GetConfig operation. |
![]() |
BeginListAvailableZones(ListAvailableZonesRequest, AsyncCallback, object) | Initiates the asynchronous execution of the ListAvailableZones operation. |
![]() |
BeginListHapgs(ListHapgsRequest, AsyncCallback, object) | Initiates the asynchronous execution of the ListHapgs operation. |
![]() |
BeginListHsms(ListHsmsRequest, AsyncCallback, object) | Initiates the asynchronous execution of the ListHsms operation. |
![]() |
BeginListLunaClients(ListLunaClientsRequest, AsyncCallback, object) | Initiates the asynchronous execution of the ListLunaClients operation. |
![]() |
BeginModifyHapg(ModifyHapgRequest, AsyncCallback, object) | Initiates the asynchronous execution of the ModifyHapg operation. |
![]() |
BeginModifyHsm(ModifyHsmRequest, AsyncCallback, object) | Initiates the asynchronous execution of the ModifyHsm operation. |
![]() |
BeginModifyLunaClient(ModifyLunaClientRequest, AsyncCallback, object) | Initiates the asynchronous execution of the ModifyLunaClient operation. |
![]() |
CreateHapg(string) | Creates a high-availability partition group. A high-availability partition group is a group of partitions that spans multiple physical HSMs. |
![]() |
CreateHapg(CreateHapgRequest) | Creates a high-availability partition group. A high-availability partition group is a group of partitions that spans multiple physical HSMs. |
![]() |
CreateHsm(CreateHsmRequest) | Creates an uninitialized HSM instance. Running this command provisions an HSM appliance and will result in charges to your AWS account for the HSM. |
![]() |
CreateLunaClient(CreateLunaClientRequest) | Creates an HSM client. |
![]() |
DeleteHapg(string) | Deletes a high-availability partition group. |
![]() |
DeleteHapg(DeleteHapgRequest) | Deletes a high-availability partition group. |
![]() |
DeleteHsm(string) | Deletes an HSM. Once complete, this operation cannot be undone and your key material cannot be recovered. |
![]() |
DeleteHsm(DeleteHsmRequest) | Deletes an HSM. Once complete, this operation cannot be undone and your key material cannot be recovered. |
![]() |
DeleteLunaClient(string) | Deletes a client. |
![]() |
DeleteLunaClient(DeleteLunaClientRequest) | Deletes a client. |
![]() |
DescribeHapg(string) | Retrieves information about a high-availability partition group. |
![]() |
DescribeHapg(DescribeHapgRequest) | Retrieves information about a high-availability partition group. |
![]() |
DescribeHsm(string) | Retrieves information about an HSM. You can identify the HSM by its ARN or its serial number. |
![]() |
DescribeHsm(DescribeHsmRequest) | Retrieves information about an HSM. You can identify the HSM by its ARN or its serial number. |
![]() |
DescribeLunaClient(DescribeLunaClientRequest) | Retrieves information about an HSM client. |
![]() |
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
EndCreateHapg(IAsyncResult) | Finishes the asynchronous execution of the CreateHapg operation. |
![]() |
EndCreateHsm(IAsyncResult) | Finishes the asynchronous execution of the CreateHsm operation. |
![]() |
EndCreateLunaClient(IAsyncResult) | Finishes the asynchronous execution of the CreateLunaClient operation. |
![]() |
EndDeleteHapg(IAsyncResult) | Finishes the asynchronous execution of the DeleteHapg operation. |
![]() |
EndDeleteHsm(IAsyncResult) | Finishes the asynchronous execution of the DeleteHsm operation. |
![]() |
EndDeleteLunaClient(IAsyncResult) | Finishes the asynchronous execution of the DeleteLunaClient operation. |
![]() |
EndDescribeHapg(IAsyncResult) | Finishes the asynchronous execution of the DescribeHapg operation. |
![]() |
EndDescribeHsm(IAsyncResult) | Finishes the asynchronous execution of the DescribeHsm operation. |
![]() |
EndDescribeLunaClient(IAsyncResult) | Finishes the asynchronous execution of the DescribeLunaClient operation. |
![]() |
EndGetConfig(IAsyncResult) | Finishes the asynchronous execution of the GetConfig operation. |
![]() |
EndListAvailableZones(IAsyncResult) | Finishes the asynchronous execution of the ListAvailableZones operation. |
![]() |
EndListHapgs(IAsyncResult) | Finishes the asynchronous execution of the ListHapgs operation. |
![]() |
EndListHsms(IAsyncResult) | Finishes the asynchronous execution of the ListHsms operation. |
![]() |
EndListLunaClients(IAsyncResult) | Finishes the asynchronous execution of the ListLunaClients operation. |
![]() |
EndModifyHapg(IAsyncResult) | Finishes the asynchronous execution of the ModifyHapg operation. |
![]() |
EndModifyHsm(IAsyncResult) | Finishes the asynchronous execution of the ModifyHsm operation. |
![]() |
EndModifyLunaClient(IAsyncResult) | Finishes the asynchronous execution of the ModifyLunaClient operation. |
![]() |
GetConfig(GetConfigRequest) | Gets the configuration files necessary to connect to all high availability partition groups the client is associated with. |
![]() |
ListAvailableZones() | Lists the Availability Zones that have available AWS CloudHSM capacity. |
![]() |
ListAvailableZones(ListAvailableZonesRequest) | Lists the Availability Zones that have available AWS CloudHSM capacity. |
![]() |
ListHapgs() |
Lists the high-availability partition groups for the account.
This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListHapgs to retrieve the next set of items. |
![]() |
ListHapgs(ListHapgsRequest) |
Lists the high-availability partition groups for the account.
This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListHapgs to retrieve the next set of items. |
![]() |
ListHsms() |
Retrieves the identifiers of all of the HSMs provisioned for the current customer.
This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListHsms to retrieve the next set of items. |
![]() |
ListHsms(ListHsmsRequest) |
Retrieves the identifiers of all of the HSMs provisioned for the current customer.
This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListHsms to retrieve the next set of items. |
![]() |
ListLunaClients() |
Lists all of the clients.
This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListLunaClients to retrieve the next set of items. |
![]() |
ListLunaClients(ListLunaClientsRequest) |
Lists all of the clients.
This operation supports pagination with the use of the NextToken member. If more results are available, the NextToken member of the response contains a token that you pass in the next call to ListLunaClients to retrieve the next set of items. |
![]() |
ModifyHapg(ModifyHapgRequest) | Modifies an existing high-availability partition group. |
![]() |
ModifyHsm(ModifyHsmRequest) | Modifies an HSM. |
![]() |
ModifyLunaClient(ModifyLunaClientRequest) |
Modifies the certificate used by the client.
This action can potentially start a workflow to install the new certificate on the client's HSMs. |
Name | Description | |
---|---|---|
![]() |
AfterResponseEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
BeforeRequestEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
ExceptionEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
.NET Framework:
Supported in: 4.5, 4.0, 3.5