| 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 |
|---|---|
ImportCrlResult |
AbstractAWSIAMRolesAnywhere.importCrl(ImportCrlRequest request) |
ImportCrlResult |
AWSIAMRolesAnywhereClient.importCrl(ImportCrlRequest request)
Imports the certificate revocation list (CRL).
|
ImportCrlResult |
AWSIAMRolesAnywhere.importCrl(ImportCrlRequest importCrlRequest)
Imports the certificate revocation list (CRL).
|
Future<ImportCrlResult> |
AWSIAMRolesAnywhereAsyncClient.importCrlAsync(ImportCrlRequest request) |
Future<ImportCrlResult> |
AbstractAWSIAMRolesAnywhereAsync.importCrlAsync(ImportCrlRequest request) |
Future<ImportCrlResult> |
AWSIAMRolesAnywhereAsync.importCrlAsync(ImportCrlRequest importCrlRequest)
Imports the certificate revocation list (CRL).
|
Future<ImportCrlResult> |
AWSIAMRolesAnywhereAsyncClient.importCrlAsync(ImportCrlRequest request,
AsyncHandler<ImportCrlRequest,ImportCrlResult> asyncHandler) |
Future<ImportCrlResult> |
AbstractAWSIAMRolesAnywhereAsync.importCrlAsync(ImportCrlRequest request,
AsyncHandler<ImportCrlRequest,ImportCrlResult> asyncHandler) |
Future<ImportCrlResult> |
AWSIAMRolesAnywhereAsync.importCrlAsync(ImportCrlRequest importCrlRequest,
AsyncHandler<ImportCrlRequest,ImportCrlResult> asyncHandler)
Imports the certificate revocation list (CRL).
|
| Modifier and Type | Method and Description |
|---|---|
Future<ImportCrlResult> |
AWSIAMRolesAnywhereAsyncClient.importCrlAsync(ImportCrlRequest request,
AsyncHandler<ImportCrlRequest,ImportCrlResult> asyncHandler) |
Future<ImportCrlResult> |
AbstractAWSIAMRolesAnywhereAsync.importCrlAsync(ImportCrlRequest request,
AsyncHandler<ImportCrlRequest,ImportCrlResult> asyncHandler) |
Future<ImportCrlResult> |
AWSIAMRolesAnywhereAsync.importCrlAsync(ImportCrlRequest importCrlRequest,
AsyncHandler<ImportCrlRequest,ImportCrlResult> asyncHandler)
Imports the certificate revocation list (CRL).
|
| Modifier and Type | Method and Description |
|---|---|
ImportCrlRequest |
ImportCrlRequest.clone() |
ImportCrlRequest |
ImportCrlRequest.withCrlData(ByteBuffer crlData)
The x509 v3 specified certificate revocation list
|
ImportCrlRequest |
ImportCrlRequest.withEnabled(Boolean enabled)
Specifies whether the certificate revocation list (CRL) is enabled.
|
ImportCrlRequest |
ImportCrlRequest.withName(String name)
The name of the certificate revocation list (CRL).
|
ImportCrlRequest |
ImportCrlRequest.withTags(Collection<Tag> tags)
A list of tags to attach to the certificate revocation list (CRL).
|
ImportCrlRequest |
ImportCrlRequest.withTags(Tag... tags)
A list of tags to attach to the certificate revocation list (CRL).
|
ImportCrlRequest |
ImportCrlRequest.withTrustAnchorArn(String trustAnchorArn)
The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
|
Copyright © 2022. All rights reserved.