Uses of Class
software.amazon.awssdk.services.codedeploy.model.ListApplicationsRequest
-
Packages that use ListApplicationsRequest Package Description software.amazon.awssdk.services.codedeploy CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances running in your own facility, serverless Lambda functions, or applications in an Amazon ECS service.software.amazon.awssdk.services.codedeploy.paginators software.amazon.awssdk.services.codedeploy.transform -
-
Uses of ListApplicationsRequest in software.amazon.awssdk.services.codedeploy
Methods in software.amazon.awssdk.services.codedeploy with parameters of type ListApplicationsRequest Modifier and Type Method Description default CompletableFuture<ListApplicationsResponse>CodeDeployAsyncClient. listApplications(ListApplicationsRequest listApplicationsRequest)Lists the applications registered with the user or Amazon Web Services account.default ListApplicationsResponseCodeDeployClient. listApplications(ListApplicationsRequest listApplicationsRequest)Lists the applications registered with the user or Amazon Web Services account.default ListApplicationsPublisherCodeDeployAsyncClient. listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)Lists the applications registered with the user or Amazon Web Services account.default ListApplicationsIterableCodeDeployClient. listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)Lists the applications registered with the user or Amazon Web Services account. -
Uses of ListApplicationsRequest in software.amazon.awssdk.services.codedeploy.paginators
Constructors in software.amazon.awssdk.services.codedeploy.paginators with parameters of type ListApplicationsRequest Constructor Description ListApplicationsIterable(CodeDeployClient client, ListApplicationsRequest firstRequest)ListApplicationsPublisher(CodeDeployAsyncClient client, ListApplicationsRequest firstRequest) -
Uses of ListApplicationsRequest in software.amazon.awssdk.services.codedeploy.transform
Methods in software.amazon.awssdk.services.codedeploy.transform with parameters of type ListApplicationsRequest Modifier and Type Method Description SdkHttpFullRequestListApplicationsRequestMarshaller. marshall(ListApplicationsRequest listApplicationsRequest)
-