| Package | Description |
|---|---|
| com.amazonaws.services.iamrolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
Source |
Source.clone() |
Source |
CreateTrustAnchorRequest.getSource()
The trust anchor type and its related certificate data.
|
Source |
UpdateTrustAnchorRequest.getSource()
The trust anchor type and its related certificate data.
|
Source |
TrustAnchorDetail.getSource()
The trust anchor type and its related certificate data.
|
Source |
Source.withSourceData(SourceData sourceData)
The data field of the trust anchor depending on its type.
|
Source |
Source.withSourceType(String sourceType)
The type of the trust anchor.
|
Source |
Source.withSourceType(TrustAnchorType sourceType)
The type of the trust anchor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTrustAnchorRequest.setSource(Source source)
The trust anchor type and its related certificate data.
|
void |
UpdateTrustAnchorRequest.setSource(Source source)
The trust anchor type and its related certificate data.
|
void |
TrustAnchorDetail.setSource(Source source)
The trust anchor type and its related certificate data.
|
CreateTrustAnchorRequest |
CreateTrustAnchorRequest.withSource(Source source)
The trust anchor type and its related certificate data.
|
UpdateTrustAnchorRequest |
UpdateTrustAnchorRequest.withSource(Source source)
The trust anchor type and its related certificate data.
|
TrustAnchorDetail |
TrustAnchorDetail.withSource(Source source)
The trust anchor type and its related certificate data.
|
Copyright © 2022. All rights reserved.