Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.ListSubjectsResponse
-
Packages that use ListSubjectsResponse 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 ListSubjectsResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return ListSubjectsResponse Modifier and Type Method Description default ListSubjectsResponseRolesAnywhereClient. listSubjects(Consumer<ListSubjectsRequest.Builder> listSubjectsRequest)Lists the subjects in the authenticated account and Amazon Web Services Region.default ListSubjectsResponseRolesAnywhereClient. listSubjects(ListSubjectsRequest listSubjectsRequest)Lists the subjects in the authenticated account and Amazon Web Services Region.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type ListSubjectsResponse Modifier and Type Method Description default CompletableFuture<ListSubjectsResponse>RolesAnywhereAsyncClient. listSubjects(Consumer<ListSubjectsRequest.Builder> listSubjectsRequest)Lists the subjects in the authenticated account and Amazon Web Services Region.default CompletableFuture<ListSubjectsResponse>RolesAnywhereAsyncClient. listSubjects(ListSubjectsRequest listSubjectsRequest)Lists the subjects in the authenticated account and Amazon Web Services Region. -
Uses of ListSubjectsResponse in software.amazon.awssdk.services.rolesanywhere.paginators
Methods in software.amazon.awssdk.services.rolesanywhere.paginators that return types with arguments of type ListSubjectsResponse Modifier and Type Method Description Iterator<ListSubjectsResponse>ListSubjectsIterable. iterator()Method parameters in software.amazon.awssdk.services.rolesanywhere.paginators with type arguments of type ListSubjectsResponse Modifier and Type Method Description voidListSubjectsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSubjectsResponse> subscriber)
-