Uses of Class
software.amazon.awssdk.services.m2.model.ListDeploymentsRequest
-
Packages that use ListDeploymentsRequest 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 software.amazon.awssdk.services.m2.transform -
-
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.m2
Methods in software.amazon.awssdk.services.m2 with parameters of type ListDeploymentsRequest Modifier and Type Method Description default CompletableFuture<ListDeploymentsResponse>M2AsyncClient. listDeployments(ListDeploymentsRequest 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.default ListDeploymentsPublisherM2AsyncClient. listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)Returns a list of all deployments of a specific application.default ListDeploymentsIterableM2Client. listDeploymentsPaginator(ListDeploymentsRequest listDeploymentsRequest)Returns a list of all deployments of a specific application. -
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.m2.paginators
Constructors in software.amazon.awssdk.services.m2.paginators with parameters of type ListDeploymentsRequest Constructor Description ListDeploymentsIterable(M2Client client, ListDeploymentsRequest firstRequest)ListDeploymentsPublisher(M2AsyncClient client, ListDeploymentsRequest firstRequest) -
Uses of ListDeploymentsRequest in software.amazon.awssdk.services.m2.transform
Methods in software.amazon.awssdk.services.m2.transform with parameters of type ListDeploymentsRequest Modifier and Type Method Description SdkHttpFullRequestListDeploymentsRequestMarshaller. marshall(ListDeploymentsRequest listDeploymentsRequest)
-