All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.amazonaws.services.cloudhsm.AWSCloudHSMAsync Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS CloudHSM holds the client classes that are used for communicating with the AWS CloudHSM Service

There is a newer version: 1.12.772
Show newest version
/*
 * Copyright 2013-2018 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. *

*

* AWS CloudHSM Service *

* 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 addTagsToResourceAsync(AddTagsToResourceRequest addTagsToResourceRequest); /** *

* 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 addTagsToResourceAsync(AddTagsToResourceRequest addTagsToResourceRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 createHapgAsync(CreateHapgRequest createHapgRequest); /** *

* 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 createHapgAsync(CreateHapgRequest createHapgRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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. *

*
* * @param createHsmRequest * Contains the inputs for the 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 createHsmAsync(CreateHsmRequest createHsmRequest); /** *

* 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. *

*
* * @param createHsmRequest * Contains the inputs for the 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 createHsmAsync(CreateHsmRequest createHsmRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 createLunaClientAsync(CreateLunaClientRequest createLunaClientRequest); /** *

* 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 createLunaClientAsync(CreateLunaClientRequest createLunaClientRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 deleteHapgAsync(DeleteHapgRequest deleteHapgRequest); /** *

* 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 deleteHapgAsync(DeleteHapgRequest deleteHapgRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 deleteHsmAsync(DeleteHsmRequest deleteHsmRequest); /** *

* 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 deleteHsmAsync(DeleteHsmRequest deleteHsmRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 deleteLunaClientAsync(DeleteLunaClientRequest deleteLunaClientRequest); /** *

* 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 deleteLunaClientAsync(DeleteLunaClientRequest deleteLunaClientRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 describeHapgAsync(DescribeHapgRequest describeHapgRequest); /** *

* 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 describeHapgAsync(DescribeHapgRequest describeHapgRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 describeHsmAsync(DescribeHsmRequest describeHsmRequest); /** *

* 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 describeHsmAsync(DescribeHsmRequest describeHsmRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** * Simplified method form for invoking the DescribeHsm operation. * * @see #describeHsmAsync(DescribeHsmRequest) */ java.util.concurrent.Future describeHsmAsync(); /** * Simplified method form for invoking the DescribeHsm operation with an AsyncHandler. * * @see #describeHsmAsync(DescribeHsmRequest, com.amazonaws.handlers.AsyncHandler) */ java.util.concurrent.Future describeHsmAsync(com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 describeLunaClientAsync(DescribeLunaClientRequest describeLunaClientRequest); /** *

* 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 describeLunaClientAsync(DescribeLunaClientRequest describeLunaClientRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** * Simplified method form for invoking the DescribeLunaClient operation. * * @see #describeLunaClientAsync(DescribeLunaClientRequest) */ java.util.concurrent.Future describeLunaClientAsync(); /** * Simplified method form for invoking the DescribeLunaClient operation with an AsyncHandler. * * @see #describeLunaClientAsync(DescribeLunaClientRequest, com.amazonaws.handlers.AsyncHandler) */ java.util.concurrent.Future describeLunaClientAsync( com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 getConfigAsync(GetConfigRequest getConfigRequest); /** *

* 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 getConfigAsync(GetConfigRequest getConfigRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 listAvailableZonesAsync(ListAvailableZonesRequest listAvailableZonesRequest); /** *

* 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 listAvailableZonesAsync(ListAvailableZonesRequest listAvailableZonesRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** * Simplified method form for invoking the ListAvailableZones operation. * * @see #listAvailableZonesAsync(ListAvailableZonesRequest) */ java.util.concurrent.Future listAvailableZonesAsync(); /** * Simplified method form for invoking the ListAvailableZones operation with an AsyncHandler. * * @see #listAvailableZonesAsync(ListAvailableZonesRequest, com.amazonaws.handlers.AsyncHandler) */ java.util.concurrent.Future listAvailableZonesAsync( com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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. *

* * @param listHapgsRequest * @return A Java Future containing the result of the ListHapgs operation returned by the service. * @sample AWSCloudHSMAsync.ListHapgs * @see AWS API * Documentation */ java.util.concurrent.Future listHapgsAsync(ListHapgsRequest listHapgsRequest); /** *

* 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. *

* * @param listHapgsRequest * @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 ListHapgs operation returned by the service. * @sample AWSCloudHSMAsyncHandler.ListHapgs * @see AWS API * Documentation */ java.util.concurrent.Future listHapgsAsync(ListHapgsRequest listHapgsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** * Simplified method form for invoking the ListHapgs operation. * * @see #listHapgsAsync(ListHapgsRequest) */ java.util.concurrent.Future listHapgsAsync(); /** * Simplified method form for invoking the ListHapgs operation with an AsyncHandler. * * @see #listHapgsAsync(ListHapgsRequest, com.amazonaws.handlers.AsyncHandler) */ java.util.concurrent.Future listHapgsAsync(com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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. *

* * @param listHsmsRequest * @return A Java Future containing the result of the ListHsms operation returned by the service. * @sample AWSCloudHSMAsync.ListHsms * @see AWS API * Documentation */ java.util.concurrent.Future listHsmsAsync(ListHsmsRequest listHsmsRequest); /** *

* 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. *

* * @param listHsmsRequest * @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 ListHsms operation returned by the service. * @sample AWSCloudHSMAsyncHandler.ListHsms * @see AWS API * Documentation */ java.util.concurrent.Future listHsmsAsync(ListHsmsRequest listHsmsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** * Simplified method form for invoking the ListHsms operation. * * @see #listHsmsAsync(ListHsmsRequest) */ java.util.concurrent.Future listHsmsAsync(); /** * Simplified method form for invoking the ListHsms operation with an AsyncHandler. * * @see #listHsmsAsync(ListHsmsRequest, com.amazonaws.handlers.AsyncHandler) */ java.util.concurrent.Future listHsmsAsync(com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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. *

* * @param listLunaClientsRequest * @return A Java Future containing the result of the ListLunaClients operation returned by the service. * @sample AWSCloudHSMAsync.ListLunaClients * @see AWS API * Documentation */ java.util.concurrent.Future listLunaClientsAsync(ListLunaClientsRequest listLunaClientsRequest); /** *

* 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. *

* * @param listLunaClientsRequest * @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 ListLunaClients operation returned by the service. * @sample AWSCloudHSMAsyncHandler.ListLunaClients * @see AWS API * Documentation */ java.util.concurrent.Future listLunaClientsAsync(ListLunaClientsRequest listLunaClientsRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** * Simplified method form for invoking the ListLunaClients operation. * * @see #listLunaClientsAsync(ListLunaClientsRequest) */ java.util.concurrent.Future listLunaClientsAsync(); /** * Simplified method form for invoking the ListLunaClients operation with an AsyncHandler. * * @see #listLunaClientsAsync(ListLunaClientsRequest, com.amazonaws.handlers.AsyncHandler) */ java.util.concurrent.Future listLunaClientsAsync( com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest); /** *

* 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 listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 modifyHapgAsync(ModifyHapgRequest modifyHapgRequest); /** *

* 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 modifyHapgAsync(ModifyHapgRequest modifyHapgRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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. *

*
* * @param modifyHsmRequest * Contains the inputs for the ModifyHsm operation. * @return A Java Future containing the result of the ModifyHsm operation returned by the service. * @sample AWSCloudHSMAsync.ModifyHsm * @see AWS API * Documentation */ java.util.concurrent.Future modifyHsmAsync(ModifyHsmRequest modifyHsmRequest); /** *

* 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. *

*
* * @param modifyHsmRequest * Contains the inputs for the ModifyHsm 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 ModifyHsm operation returned by the service. * @sample AWSCloudHSMAsyncHandler.ModifyHsm * @see AWS API * Documentation */ java.util.concurrent.Future modifyHsmAsync(ModifyHsmRequest modifyHsmRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 modifyLunaClientAsync(ModifyLunaClientRequest modifyLunaClientRequest); /** *

* 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 modifyLunaClientAsync(ModifyLunaClientRequest modifyLunaClientRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); /** *

* 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 removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest); /** *

* 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 removeTagsFromResourceAsync(RemoveTagsFromResourceRequest removeTagsFromResourceRequest, com.amazonaws.handlers.AsyncHandler asyncHandler); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy