Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.Source
-
Packages that use Source Package Description software.amazon.awssdk.services.rolesanywhere.model -
-
Uses of Source in software.amazon.awssdk.services.rolesanywhere.model
Methods in software.amazon.awssdk.services.rolesanywhere.model that return Source Modifier and Type Method Description SourceCreateTrustAnchorRequest. source()The trust anchor type and its related certificate data.SourceTrustAnchorDetail. source()The trust anchor type and its related certificate data.SourceUpdateTrustAnchorRequest. source()The trust anchor type and its related certificate data.Methods in software.amazon.awssdk.services.rolesanywhere.model with parameters of type Source Modifier and Type Method Description CreateTrustAnchorRequest.BuilderCreateTrustAnchorRequest.Builder. source(Source source)The trust anchor type and its related certificate data.TrustAnchorDetail.BuilderTrustAnchorDetail.Builder. source(Source source)The trust anchor type and its related certificate data.UpdateTrustAnchorRequest.BuilderUpdateTrustAnchorRequest.Builder. source(Source source)The trust anchor type and its related certificate data.
-