Uses of Class
software.amazon.awssdk.services.b2bi.model.ListProfilesResponse
-
Packages that use ListProfilesResponse Package Description software.amazon.awssdk.services.b2bi This is the Amazon Web Services B2B Data Interchange API Reference.software.amazon.awssdk.services.b2bi.paginators -
-
Uses of ListProfilesResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return ListProfilesResponse Modifier and Type Method Description default ListProfilesResponseB2BiClient. listProfiles(Consumer<ListProfilesRequest.Builder> listProfilesRequest)Lists the profiles associated with your Amazon Web Services account for your current or specified region.default ListProfilesResponseB2BiClient. listProfiles(ListProfilesRequest listProfilesRequest)Lists the profiles associated with your Amazon Web Services account for your current or specified region.Methods in software.amazon.awssdk.services.b2bi that return types with arguments of type ListProfilesResponse Modifier and Type Method Description default CompletableFuture<ListProfilesResponse>B2BiAsyncClient. listProfiles(Consumer<ListProfilesRequest.Builder> listProfilesRequest)Lists the profiles associated with your Amazon Web Services account for your current or specified region.default CompletableFuture<ListProfilesResponse>B2BiAsyncClient. listProfiles(ListProfilesRequest listProfilesRequest)Lists the profiles associated with your Amazon Web Services account for your current or specified region. -
Uses of ListProfilesResponse in software.amazon.awssdk.services.b2bi.paginators
Methods in software.amazon.awssdk.services.b2bi.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.b2bi.paginators with type arguments of type ListProfilesResponse Modifier and Type Method Description voidListProfilesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProfilesResponse> subscriber)
-