| Package | Description |
|---|---|
| com.amazonaws.services.cloudhsm |
Synchronous and asynchronous client classes for accessing AWSCloudHSM.
|
| com.amazonaws.services.cloudhsm.model |
Classes modeling the various types represented by AWSCloudHSM.
|
| Modifier and Type | Method and Description |
|---|---|
ListHsmsResult |
AWSCloudHSMClient.listHsms()
Retrieves the identifiers of all of the HSMs provisioned for the
current customer.
|
ListHsmsResult |
AWSCloudHSM.listHsms()
Retrieves the identifiers of all of the HSMs provisioned for the
current customer.
|
ListHsmsResult |
AWSCloudHSMClient.listHsms(ListHsmsRequest listHsmsRequest)
Retrieves the identifiers of all of the HSMs provisioned for the
current customer.
|
ListHsmsResult |
AWSCloudHSM.listHsms(ListHsmsRequest listHsmsRequest)
Retrieves the identifiers of all of the HSMs provisioned for the
current customer.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListHsmsResult> |
AWSCloudHSMAsync.listHsmsAsync(ListHsmsRequest listHsmsRequest)
Retrieves the identifiers of all of the HSMs provisioned for the
current customer.
|
Future<ListHsmsResult> |
AWSCloudHSMAsyncClient.listHsmsAsync(ListHsmsRequest listHsmsRequest)
Retrieves the identifiers of all of the HSMs provisioned for the
current customer.
|
Future<ListHsmsResult> |
AWSCloudHSMAsync.listHsmsAsync(ListHsmsRequest listHsmsRequest,
AsyncHandler<ListHsmsRequest,ListHsmsResult> asyncHandler)
Retrieves the identifiers of all of the HSMs provisioned for the
current customer.
|
Future<ListHsmsResult> |
AWSCloudHSMAsyncClient.listHsmsAsync(ListHsmsRequest listHsmsRequest,
AsyncHandler<ListHsmsRequest,ListHsmsResult> asyncHandler)
Retrieves the identifiers of all of the HSMs provisioned for the
current customer.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListHsmsResult> |
AWSCloudHSMAsync.listHsmsAsync(ListHsmsRequest listHsmsRequest,
AsyncHandler<ListHsmsRequest,ListHsmsResult> asyncHandler)
Retrieves the identifiers of all of the HSMs provisioned for the
current customer.
|
Future<ListHsmsResult> |
AWSCloudHSMAsyncClient.listHsmsAsync(ListHsmsRequest listHsmsRequest,
AsyncHandler<ListHsmsRequest,ListHsmsResult> asyncHandler)
Retrieves the identifiers of all of the HSMs provisioned for the
current customer.
|
| Modifier and Type | Method and Description |
|---|---|
ListHsmsResult |
ListHsmsResult.withHsmList(Collection<String> hsmList)
The list of ARNs that identify the HSMs.
|
ListHsmsResult |
ListHsmsResult.withHsmList(String... hsmList)
The list of ARNs that identify the HSMs.
|
ListHsmsResult |
ListHsmsResult.withNextToken(String nextToken)
If not null, more results are available.
|
Copyright © 2015. All rights reserved.