Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.ListTrustAnchorsRequest
-
Packages that use ListTrustAnchorsRequest 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.software.amazon.awssdk.services.rolesanywhere.paginators software.amazon.awssdk.services.rolesanywhere.transform -
-
Uses of ListTrustAnchorsRequest in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere with parameters of type ListTrustAnchorsRequest Modifier and Type Method Description default CompletableFuture<ListTrustAnchorsResponse>RolesAnywhereAsyncClient. listTrustAnchors(ListTrustAnchorsRequest listTrustAnchorsRequest)Lists the trust anchors in the authenticated account and Amazon Web Services Region.default ListTrustAnchorsResponseRolesAnywhereClient. listTrustAnchors(ListTrustAnchorsRequest listTrustAnchorsRequest)Lists the trust anchors in the authenticated account and Amazon Web Services Region.default ListTrustAnchorsPublisherRolesAnywhereAsyncClient. listTrustAnchorsPaginator(ListTrustAnchorsRequest 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. -
Uses of ListTrustAnchorsRequest in software.amazon.awssdk.services.rolesanywhere.paginators
Constructors in software.amazon.awssdk.services.rolesanywhere.paginators with parameters of type ListTrustAnchorsRequest Constructor Description ListTrustAnchorsIterable(RolesAnywhereClient client, ListTrustAnchorsRequest firstRequest)ListTrustAnchorsPublisher(RolesAnywhereAsyncClient client, ListTrustAnchorsRequest firstRequest) -
Uses of ListTrustAnchorsRequest in software.amazon.awssdk.services.rolesanywhere.transform
Methods in software.amazon.awssdk.services.rolesanywhere.transform with parameters of type ListTrustAnchorsRequest Modifier and Type Method Description SdkHttpFullRequestListTrustAnchorsRequestMarshaller. marshall(ListTrustAnchorsRequest listTrustAnchorsRequest)
-