Uses of Class
software.amazon.awssdk.services.b2bi.model.ListCapabilitiesResponse
-
Packages that use ListCapabilitiesResponse 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 ListCapabilitiesResponse in software.amazon.awssdk.services.b2bi
Methods in software.amazon.awssdk.services.b2bi that return ListCapabilitiesResponse Modifier and Type Method Description default ListCapabilitiesResponseB2BiClient. listCapabilities(Consumer<ListCapabilitiesRequest.Builder> listCapabilitiesRequest)Lists the capabilities associated with your Amazon Web Services account for your current or specified region.default ListCapabilitiesResponseB2BiClient. listCapabilities(ListCapabilitiesRequest listCapabilitiesRequest)Lists the capabilities 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 ListCapabilitiesResponse Modifier and Type Method Description default CompletableFuture<ListCapabilitiesResponse>B2BiAsyncClient. listCapabilities(Consumer<ListCapabilitiesRequest.Builder> listCapabilitiesRequest)Lists the capabilities associated with your Amazon Web Services account for your current or specified region.default CompletableFuture<ListCapabilitiesResponse>B2BiAsyncClient. listCapabilities(ListCapabilitiesRequest listCapabilitiesRequest)Lists the capabilities associated with your Amazon Web Services account for your current or specified region. -
Uses of ListCapabilitiesResponse in software.amazon.awssdk.services.b2bi.paginators
Methods in software.amazon.awssdk.services.b2bi.paginators that return types with arguments of type ListCapabilitiesResponse Modifier and Type Method Description Iterator<ListCapabilitiesResponse>ListCapabilitiesIterable. iterator()Method parameters in software.amazon.awssdk.services.b2bi.paginators with type arguments of type ListCapabilitiesResponse Modifier and Type Method Description voidListCapabilitiesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListCapabilitiesResponse> subscriber)
-