Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ListProfilesResponse
-
Packages that use ListProfilesResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.paginators -
-
Uses of ListProfilesResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return ListProfilesResponse Modifier and Type Method Description default ListProfilesResponseWellArchitectedClient. listProfiles(Consumer<ListProfilesRequest.Builder> listProfilesRequest)List profiles.default ListProfilesResponseWellArchitectedClient. listProfiles(ListProfilesRequest listProfilesRequest)List profiles.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type ListProfilesResponse Modifier and Type Method Description default CompletableFuture<ListProfilesResponse>WellArchitectedAsyncClient. listProfiles(Consumer<ListProfilesRequest.Builder> listProfilesRequest)List profiles.default CompletableFuture<ListProfilesResponse>WellArchitectedAsyncClient. listProfiles(ListProfilesRequest listProfilesRequest)List profiles. -
Uses of ListProfilesResponse in software.amazon.awssdk.services.wellarchitected.paginators
Methods in software.amazon.awssdk.services.wellarchitected.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.wellarchitected.paginators with type arguments of type ListProfilesResponse Modifier and Type Method Description voidListProfilesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProfilesResponse> subscriber)
-