Uses of Class
software.amazon.awssdk.services.ecs.model.ListServicesByNamespaceRequest
-
Packages that use ListServicesByNamespaceRequest Package Description software.amazon.awssdk.services.ecs Amazon Elastic Container Service software.amazon.awssdk.services.ecs.paginators software.amazon.awssdk.services.ecs.transform -
-
Uses of ListServicesByNamespaceRequest in software.amazon.awssdk.services.ecs
Methods in software.amazon.awssdk.services.ecs with parameters of type ListServicesByNamespaceRequest Modifier and Type Method Description default CompletableFuture<ListServicesByNamespaceResponse>EcsAsyncClient. listServicesByNamespace(ListServicesByNamespaceRequest listServicesByNamespaceRequest)This operation lists all of the services that are associated with a Cloud Map namespace.default ListServicesByNamespaceResponseEcsClient. listServicesByNamespace(ListServicesByNamespaceRequest listServicesByNamespaceRequest)This operation lists all of the services that are associated with a Cloud Map namespace.default ListServicesByNamespacePublisherEcsAsyncClient. listServicesByNamespacePaginator(ListServicesByNamespaceRequest listServicesByNamespaceRequest)This operation lists all of the services that are associated with a Cloud Map namespace.default ListServicesByNamespaceIterableEcsClient. listServicesByNamespacePaginator(ListServicesByNamespaceRequest listServicesByNamespaceRequest)This operation lists all of the services that are associated with a Cloud Map namespace. -
Uses of ListServicesByNamespaceRequest in software.amazon.awssdk.services.ecs.paginators
Constructors in software.amazon.awssdk.services.ecs.paginators with parameters of type ListServicesByNamespaceRequest Constructor Description ListServicesByNamespaceIterable(EcsClient client, ListServicesByNamespaceRequest firstRequest)ListServicesByNamespacePublisher(EcsAsyncClient client, ListServicesByNamespaceRequest firstRequest) -
Uses of ListServicesByNamespaceRequest in software.amazon.awssdk.services.ecs.transform
Methods in software.amazon.awssdk.services.ecs.transform with parameters of type ListServicesByNamespaceRequest Modifier and Type Method Description SdkHttpFullRequestListServicesByNamespaceRequestMarshaller. marshall(ListServicesByNamespaceRequest listServicesByNamespaceRequest)
-