Uses of Class
software.amazon.awssdk.services.rolesanywhere.model.ListProfilesResponse
-
Packages that use ListProfilesResponse 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 ListProfilesResponse in software.amazon.awssdk.services.rolesanywhere
Methods in software.amazon.awssdk.services.rolesanywhere that return ListProfilesResponse Modifier and Type Method Description default ListProfilesResponseRolesAnywhereClient. listProfiles(Consumer<ListProfilesRequest.Builder> listProfilesRequest)Lists all profiles in the authenticated account and Amazon Web Services Region.default ListProfilesResponseRolesAnywhereClient. listProfiles(ListProfilesRequest listProfilesRequest)Lists all profiles in the authenticated account and Amazon Web Services Region.Methods in software.amazon.awssdk.services.rolesanywhere that return types with arguments of type ListProfilesResponse Modifier and Type Method Description default CompletableFuture<ListProfilesResponse>RolesAnywhereAsyncClient. listProfiles(Consumer<ListProfilesRequest.Builder> listProfilesRequest)Lists all profiles in the authenticated account and Amazon Web Services Region.default CompletableFuture<ListProfilesResponse>RolesAnywhereAsyncClient. listProfiles(ListProfilesRequest listProfilesRequest)Lists all profiles in the authenticated account and Amazon Web Services Region. -
Uses of ListProfilesResponse in software.amazon.awssdk.services.rolesanywhere.paginators
Methods in software.amazon.awssdk.services.rolesanywhere.paginators that return types with arguments of type ListProfilesResponse Modifier and Type Method Description Iterator<ListProfilesResponse>ListProfilesIterable. iterator()Method parameters in software.amazon.awssdk.services.rolesanywhere.paginators with type arguments of type ListProfilesResponse Modifier and Type Method Description voidListProfilesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProfilesResponse> subscriber)
-