Uses of Class
software.amazon.awssdk.services.m2.model.ListDeploymentsResponse
-
Packages that use ListDeploymentsResponse Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments.software.amazon.awssdk.services.m2.paginators -
-
Uses of ListDeploymentsResponse in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 that return ListDeploymentsResponse Modifier and Type Method Description default ListDeploymentsResponseM2Client. listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Returns a list of all deployments of a specific application.default ListDeploymentsResponseM2Client. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Returns a list of all deployments of a specific application.Methods in software.amazon.awssdk.services.m2 that return types with arguments of type ListDeploymentsResponse Modifier and Type Method Description default CompletableFuture<ListDeploymentsResponse>M2AsyncClient. listDeployments(Consumer<ListDeploymentsRequest.Builder> listDeploymentsRequest)Returns a list of all deployments of a specific application.default CompletableFuture<ListDeploymentsResponse>M2AsyncClient. listDeployments(ListDeploymentsRequest listDeploymentsRequest)Returns a list of all deployments of a specific application. -
Uses of ListDeploymentsResponse in software.amazon.awssdk.services.m2.paginators
Methods in software.amazon.awssdk.services.m2.paginators that return types with arguments of type ListDeploymentsResponse Modifier and Type Method Description Iterator<ListDeploymentsResponse>ListDeploymentsIterable. iterator()Method parameters in software.amazon.awssdk.services.m2.paginators with type arguments of type ListDeploymentsResponse Modifier and Type Method Description voidListDeploymentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDeploymentsResponse> subscriber)
-