| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere |
AWS Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers,
containers, and applications running outside of AWS to obtain Temporary AWS credentials.
|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
ListCrlsResult |
AbstractAWSIAMRolesAnywhere.listCrls(ListCrlsRequest request) |
ListCrlsResult |
AWSIAMRolesAnywhereClient.listCrls(ListCrlsRequest request)
Lists all Crls in the authenticated account and Amazon Web Services Region.
|
ListCrlsResult |
AWSIAMRolesAnywhere.listCrls(ListCrlsRequest listCrlsRequest)
Lists all Crls in the authenticated account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCrlsResult> |
AWSIAMRolesAnywhereAsyncClient.listCrlsAsync(ListCrlsRequest request) |
Future<ListCrlsResult> |
AbstractAWSIAMRolesAnywhereAsync.listCrlsAsync(ListCrlsRequest request) |
Future<ListCrlsResult> |
AWSIAMRolesAnywhereAsync.listCrlsAsync(ListCrlsRequest listCrlsRequest)
Lists all Crls in the authenticated account and Amazon Web Services Region.
|
Future<ListCrlsResult> |
AWSIAMRolesAnywhereAsyncClient.listCrlsAsync(ListCrlsRequest request,
AsyncHandler<ListCrlsRequest,ListCrlsResult> asyncHandler) |
Future<ListCrlsResult> |
AbstractAWSIAMRolesAnywhereAsync.listCrlsAsync(ListCrlsRequest request,
AsyncHandler<ListCrlsRequest,ListCrlsResult> asyncHandler) |
Future<ListCrlsResult> |
AWSIAMRolesAnywhereAsync.listCrlsAsync(ListCrlsRequest listCrlsRequest,
AsyncHandler<ListCrlsRequest,ListCrlsResult> asyncHandler)
Lists all Crls in the authenticated account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListCrlsResult> |
AWSIAMRolesAnywhereAsyncClient.listCrlsAsync(ListCrlsRequest request,
AsyncHandler<ListCrlsRequest,ListCrlsResult> asyncHandler) |
Future<ListCrlsResult> |
AbstractAWSIAMRolesAnywhereAsync.listCrlsAsync(ListCrlsRequest request,
AsyncHandler<ListCrlsRequest,ListCrlsResult> asyncHandler) |
Future<ListCrlsResult> |
AWSIAMRolesAnywhereAsync.listCrlsAsync(ListCrlsRequest listCrlsRequest,
AsyncHandler<ListCrlsRequest,ListCrlsResult> asyncHandler)
Lists all Crls in the authenticated account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListCrlsResult |
ListCrlsResult.clone() |
ListCrlsResult |
ListCrlsResult.withCrls(Collection<CrlDetail> crls)
A list of certificate revocation lists (CRL).
|
ListCrlsResult |
ListCrlsResult.withCrls(CrlDetail... crls)
A list of certificate revocation lists (CRL).
|
ListCrlsResult |
ListCrlsResult.withNextToken(String nextToken)
A token that indicates where the output should continue from, if a previous operation did not show all results.
|
Copyright © 2022. All rights reserved.