Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.SourceData
-
Packages that use SourceData Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of SourceData in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return SourceData Modifier and Type Method Description static SourceDataSourceData. fromAcmPcaArn(String acmPcaArn)Create an instance of this class withacmPcaArn()initialized to the given value.static SourceDataSourceData. fromX509CertificateData(String x509CertificateData)Create an instance of this class withx509CertificateData()initialized to the given value.SourceDataSource. sourceData()The data field of the trust anchor depending on its type.Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type SourceData Modifier and Type Method Description Source.BuilderSource.Builder. sourceData(SourceData sourceData)The data field of the trust anchor depending on its type.
-