| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
SourceData |
SourceData.clone() |
SourceData |
Source.getSourceData()
The data field of the trust anchor depending on its type.
|
SourceData |
SourceData.withAcmPcaArn(String acmPcaArn)
The root certificate of the Private Certificate Authority specified by this ARN is used in trust validation for
temporary credential requests.
|
SourceData |
SourceData.withX509CertificateData(String x509CertificateData)
The PEM-encoded data for the certificate anchor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Source.setSourceData(SourceData sourceData)
The data field of the trust anchor depending on its type.
|
Source |
Source.withSourceData(SourceData sourceData)
The data field of the trust anchor depending on its type.
|
Copyright © 2024. All rights reserved.