Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.ListTrustAnchorsResponse
-
Packages that use ListTrustAnchorsResponse 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 -
-
Uses of ListTrustAnchorsResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return ListTrustAnchorsResponse Modifier and Type Method Description default ListTrustAnchorsResponseRolesAnywhereClient. listTrustAnchors(Consumer<ListTrustAnchorsRequest.Builder> 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.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type ListTrustAnchorsResponse Modifier and Type Method Description default CompletableFuture<ListTrustAnchorsResponse>RolesAnywhereAsyncClient. listTrustAnchors(Consumer<ListTrustAnchorsRequest.Builder> listTrustAnchorsRequest)Lists the trust anchors in the authenticated account and Amazon Web Services Region.default CompletableFuture<ListTrustAnchorsResponse>RolesAnywhereAsyncClient. listTrustAnchors(ListTrustAnchorsRequest listTrustAnchorsRequest)Lists the trust anchors in the authenticated account and Amazon Web Services Region. -
Uses of ListTrustAnchorsResponse in software.amazon.awssdk.services.rolesanywhere.paginators
Methods in software.amazon.awssdk.services.rolesanywhere.paginators that return types with arguments of type ListTrustAnchorsResponse Modifier and Type Method Description Iterator<ListTrustAnchorsResponse>ListTrustAnchorsIterable. iterator()Method parameters in software.amazon.awssdk.services.rolesanywhere.paginators with type arguments of type ListTrustAnchorsResponse Modifier and Type Method Description voidListTrustAnchorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTrustAnchorsResponse> subscriber)
-