Uses of Class
software.amazon.awssdk.services.proton.model.ListServicesRequest
-
Packages that use ListServicesRequest Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.paginators software.amazon.awssdk.services.proton.transform -
-
Uses of ListServicesRequest in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton with parameters of type ListServicesRequest Modifier and Type Method Description default CompletableFuture<ListServicesResponse>ProtonAsyncClient. listServices(ListServicesRequest listServicesRequest)List services with summaries of detail data.default ListServicesResponseProtonClient. listServices(ListServicesRequest listServicesRequest)List services with summaries of detail data.default ListServicesPublisherProtonAsyncClient. listServicesPaginator(ListServicesRequest listServicesRequest)This is a variant ofProtonAsyncClient.listServices(software.amazon.awssdk.services.proton.model.ListServicesRequest)operation.default ListServicesIterableProtonClient. listServicesPaginator(ListServicesRequest listServicesRequest)This is a variant ofProtonClient.listServices(software.amazon.awssdk.services.proton.model.ListServicesRequest)operation. -
Uses of ListServicesRequest in software.amazon.awssdk.services.proton.paginators
Constructors in software.amazon.awssdk.services.proton.paginators with parameters of type ListServicesRequest Constructor Description ListServicesIterable(ProtonClient client, ListServicesRequest firstRequest)ListServicesPublisher(ProtonAsyncClient client, ListServicesRequest firstRequest) -
Uses of ListServicesRequest in software.amazon.awssdk.services.proton.transform
Methods in software.amazon.awssdk.services.proton.transform with parameters of type ListServicesRequest Modifier and Type Method Description SdkHttpFullRequestListServicesRequestMarshaller. marshall(ListServicesRequest listServicesRequest)
-