/* * Copyright 2018-2023 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR * CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions * and limitations under the License. */ package com.amazonaws.services.cloudhsm; import javax.annotation.Generated; import com.amazonaws.services.cloudhsm.model.*; /** * Interface for accessing CloudHSM asynchronously. Each asynchronous method will return a Java Future object * representing the asynchronous operation; overloads which accept an {@code AsyncHandler} can be used to receive * notification when an asynchronous operation completes. *
* Note: Do not directly implement this interface, new methods are added to it regularly. Extend from * {@link com.amazonaws.services.cloudhsm.AbstractAWSCloudHSMAsync} instead. *
*
*
* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS * CloudHSM, the AWS CloudHSM User Guide, and * the AWS CloudHSM API Reference. *
*/ @Generated("com.amazonaws:aws-java-sdk-code-generator") public interface AWSCloudHSMAsync extends AWSCloudHSM { /** ** This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Adds or overwrites one or more tags for the specified AWS CloudHSM resource. *
** Each tag consists of a key and a value. Tag keys must be unique to each resource. *
* * @param addTagsToResourceRequest * @return A Java Future containing the result of the AddTagsToResource operation returned by the service. * @sample AWSCloudHSMAsync.AddTagsToResource * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Adds or overwrites one or more tags for the specified AWS CloudHSM resource. *
** Each tag consists of a key and a value. Tag keys must be unique to each resource. *
* * @param addTagsToResourceRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the AddTagsToResource operation returned by the service. * @sample AWSCloudHSMAsyncHandler.AddTagsToResource * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Creates a high-availability partition group. A high-availability partition group is a group of partitions that * spans multiple physical HSMs. *
* * @param createHapgRequest * Contains the inputs for the CreateHapgRequest action. * @return A Java Future containing the result of the CreateHapg operation returned by the service. * @sample AWSCloudHSMAsync.CreateHapg * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Creates a high-availability partition group. A high-availability partition group is a group of partitions that * spans multiple physical HSMs. *
* * @param createHapgRequest * Contains the inputs for the CreateHapgRequest action. * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateHapg operation returned by the service. * @sample AWSCloudHSMAsyncHandler.CreateHapg * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Creates an uninitialized HSM instance. *
*
* There is an upfront fee charged for each HSM instance that you create with the CreateHsm
operation.
* If you accidentally provision an HSM and want to request a refund, delete the instance using the DeleteHsm
* operation, go to the AWS Support Center, create a new
* case, and select Account and Billing Support.
*
* It can take up to 20 minutes to create and provision an HSM. You can monitor the status of the HSM with the
* DescribeHsm operation. The HSM is ready to be initialized when the status changes to RUNNING
.
*
CreateHsm
operation.
* @return A Java Future containing the result of the CreateHsm operation returned by the service.
* @sample AWSCloudHSMAsync.CreateHsm
* @see AWS API
* Documentation
*/
java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Creates an uninitialized HSM instance. *
*
* There is an upfront fee charged for each HSM instance that you create with the CreateHsm
operation.
* If you accidentally provision an HSM and want to request a refund, delete the instance using the DeleteHsm
* operation, go to the AWS Support Center, create a new
* case, and select Account and Billing Support.
*
* It can take up to 20 minutes to create and provision an HSM. You can monitor the status of the HSM with the
* DescribeHsm operation. The HSM is ready to be initialized when the status changes to RUNNING
.
*
CreateHsm
operation.
* @param asyncHandler
* Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
* implementation of the callback methods in this interface to receive notification of successful or
* unsuccessful completion of the operation.
* @return A Java Future containing the result of the CreateHsm operation returned by the service.
* @sample AWSCloudHSMAsyncHandler.CreateHsm
* @see AWS API
* Documentation
*/
java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Creates an HSM client. *
* * @param createLunaClientRequest * Contains the inputs for the CreateLunaClient action. * @return A Java Future containing the result of the CreateLunaClient operation returned by the service. * @sample AWSCloudHSMAsync.CreateLunaClient * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Creates an HSM client. *
* * @param createLunaClientRequest * Contains the inputs for the CreateLunaClient action. * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the CreateLunaClient operation returned by the service. * @sample AWSCloudHSMAsyncHandler.CreateLunaClient * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Deletes a high-availability partition group. *
* * @param deleteHapgRequest * Contains the inputs for the DeleteHapg action. * @return A Java Future containing the result of the DeleteHapg operation returned by the service. * @sample AWSCloudHSMAsync.DeleteHapg * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Deletes a high-availability partition group. *
* * @param deleteHapgRequest * Contains the inputs for the DeleteHapg action. * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteHapg operation returned by the service. * @sample AWSCloudHSMAsyncHandler.DeleteHapg * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Deletes an HSM. After completion, this operation cannot be undone and your key material cannot be recovered. *
* * @param deleteHsmRequest * Contains the inputs for the DeleteHsm operation. * @return A Java Future containing the result of the DeleteHsm operation returned by the service. * @sample AWSCloudHSMAsync.DeleteHsm * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Deletes an HSM. After completion, this operation cannot be undone and your key material cannot be recovered. *
* * @param deleteHsmRequest * Contains the inputs for the DeleteHsm operation. * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteHsm operation returned by the service. * @sample AWSCloudHSMAsyncHandler.DeleteHsm * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Deletes a client. *
* * @param deleteLunaClientRequest * @return A Java Future containing the result of the DeleteLunaClient operation returned by the service. * @sample AWSCloudHSMAsync.DeleteLunaClient * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Deletes a client. *
* * @param deleteLunaClientRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DeleteLunaClient operation returned by the service. * @sample AWSCloudHSMAsyncHandler.DeleteLunaClient * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Retrieves information about a high-availability partition group. *
* * @param describeHapgRequest * Contains the inputs for the DescribeHapg action. * @return A Java Future containing the result of the DescribeHapg operation returned by the service. * @sample AWSCloudHSMAsync.DescribeHapg * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Retrieves information about a high-availability partition group. *
* * @param describeHapgRequest * Contains the inputs for the DescribeHapg action. * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeHapg operation returned by the service. * @sample AWSCloudHSMAsyncHandler.DescribeHapg * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Retrieves information about an HSM. You can identify the HSM by its ARN or its serial number. *
* * @param describeHsmRequest * Contains the inputs for the DescribeHsm operation. * @return A Java Future containing the result of the DescribeHsm operation returned by the service. * @sample AWSCloudHSMAsync.DescribeHsm * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Retrieves information about an HSM. You can identify the HSM by its ARN or its serial number. *
* * @param describeHsmRequest * Contains the inputs for the DescribeHsm operation. * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeHsm operation returned by the service. * @sample AWSCloudHSMAsyncHandler.DescribeHsm * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Retrieves information about an HSM client. *
* * @param describeLunaClientRequest * @return A Java Future containing the result of the DescribeLunaClient operation returned by the service. * @sample AWSCloudHSMAsync.DescribeLunaClient * @see AWS * API Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Retrieves information about an HSM client. *
* * @param describeLunaClientRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the DescribeLunaClient operation returned by the service. * @sample AWSCloudHSMAsyncHandler.DescribeLunaClient * @see AWS * API Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Gets the configuration files necessary to connect to all high availability partition groups the client is * associated with. *
* * @param getConfigRequest * @return A Java Future containing the result of the GetConfig operation returned by the service. * @sample AWSCloudHSMAsync.GetConfig * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Gets the configuration files necessary to connect to all high availability partition groups the client is * associated with. *
* * @param getConfigRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the GetConfig operation returned by the service. * @sample AWSCloudHSMAsyncHandler.GetConfig * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Lists the Availability Zones that have available AWS CloudHSM capacity. *
* * @param listAvailableZonesRequest * Contains the inputs for the ListAvailableZones action. * @return A Java Future containing the result of the ListAvailableZones operation returned by the service. * @sample AWSCloudHSMAsync.ListAvailableZones * @see AWS * API Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Lists the Availability Zones that have available AWS CloudHSM capacity. *
* * @param listAvailableZonesRequest * Contains the inputs for the ListAvailableZones action. * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the ListAvailableZones operation returned by the service. * @sample AWSCloudHSMAsyncHandler.ListAvailableZones * @see AWS * API Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** 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.
*
* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** 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.
*
* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** 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.
*
* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** 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.
*
* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** 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.
*
* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** 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.
*
* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Returns a list of all tags for the specified AWS CloudHSM resource. *
* * @param listTagsForResourceRequest * @return A Java Future containing the result of the ListTagsForResource operation returned by the service. * @sample AWSCloudHSMAsync.ListTagsForResource * @see AWS * API Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Returns a list of all tags for the specified AWS CloudHSM resource. *
* * @param listTagsForResourceRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the ListTagsForResource operation returned by the service. * @sample AWSCloudHSMAsyncHandler.ListTagsForResource * @see AWS * API Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Modifies an existing high-availability partition group. *
* * @param modifyHapgRequest * @return A Java Future containing the result of the ModifyHapg operation returned by the service. * @sample AWSCloudHSMAsync.ModifyHapg * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Modifies an existing high-availability partition group. *
* * @param modifyHapgRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the ModifyHapg operation returned by the service. * @sample AWSCloudHSMAsyncHandler.ModifyHapg * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Modifies an HSM. *
** This operation can result in the HSM being offline for up to 15 minutes while the AWS CloudHSM service is * reconfigured. If you are modifying a production HSM, you should ensure that your AWS CloudHSM service is * configured for high availability, and consider executing this operation during a maintenance window. *
** This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Modifies an HSM. *
** This operation can result in the HSM being offline for up to 15 minutes while the AWS CloudHSM service is * reconfigured. If you are modifying a production HSM, you should ensure that your AWS CloudHSM service is * configured for high availability, and consider executing this operation during a maintenance window. *
** This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Modifies the certificate used by the client. *
** This action can potentially start a workflow to install the new certificate on the client's HSMs. *
* * @param modifyLunaClientRequest * @return A Java Future containing the result of the ModifyLunaClient operation returned by the service. * @sample AWSCloudHSMAsync.ModifyLunaClient * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Modifies the certificate used by the client. *
** This action can potentially start a workflow to install the new certificate on the client's HSMs. *
* * @param modifyLunaClientRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the ModifyLunaClient operation returned by the service. * @sample AWSCloudHSMAsyncHandler.ModifyLunaClient * @see AWS API * Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Removes one or more tags from the specified AWS CloudHSM resource. *
** To remove a tag, specify only the tag key to remove (not the value). To overwrite the value for an existing tag, * use AddTagsToResource. *
* * @param removeTagsFromResourceRequest * @return A Java Future containing the result of the RemoveTagsFromResource operation returned by the service. * @sample AWSCloudHSMAsync.RemoveTagsFromResource * @see AWS API Documentation */ java.util.concurrent.Future* This is documentation for AWS CloudHSM Classic. For more information, see AWS CloudHSM Classic FAQs, the AWS CloudHSM Classic User Guide, and the AWS CloudHSM Classic API Reference. *
** For information about the current version of AWS CloudHSM, see AWS CloudHSM, the AWS CloudHSM User Guide, and the AWS CloudHSM API Reference. *
** Removes one or more tags from the specified AWS CloudHSM resource. *
** To remove a tag, specify only the tag key to remove (not the value). To overwrite the value for an existing tag, * use AddTagsToResource. *
* * @param removeTagsFromResourceRequest * @param asyncHandler * Asynchronous callback handler for events in the lifecycle of the request. Users can provide an * implementation of the callback methods in this interface to receive notification of successful or * unsuccessful completion of the operation. * @return A Java Future containing the result of the RemoveTagsFromResource operation returned by the service. * @sample AWSCloudHSMAsyncHandler.RemoveTagsFromResource * @see AWS API Documentation */ java.util.concurrent.Future