Uses of Class
software.amazon.awssdk.services.rolesanywhere.paginators.ListTrustAnchorsIterable
-
Packages that use ListTrustAnchorsIterable Package Description software.amazon.awssdk.services.rolesanywhere Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers, containers, and applications that run outside of Amazon Web Services to obtain temporary Amazon Web Services credentials. -
-
Uses of ListTrustAnchorsIterable in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return ListTrustAnchorsIterable Modifier and Type Method Description default ListTrustAnchorsIterableRolesAnywhereClient. listTrustAnchorsPaginator(Consumer<ListTrustAnchorsRequest.Builder> listTrustAnchorsRequest)Lists the trust anchors in the authenticated account and Amazon Web Services Region.default ListTrustAnchorsIterableRolesAnywhereClient. listTrustAnchorsPaginator(ListTrustAnchorsRequest listTrustAnchorsRequest)Lists the trust anchors in the authenticated account and Amazon Web Services Region.
-