Uses of Interface
software.amazon.awssdk.services.codedeploy.model.CreateApplicationRequest.Builder
-
Packages that use CreateApplicationRequest.Builder 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.model -
-
Uses of CreateApplicationRequest.Builder in software.amazon.awssdk.services.codedeploy
Method parameters in software.amazon.awssdk.services.codedeploy with type arguments of type CreateApplicationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>CodeDeployAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application.default CreateApplicationResponseCodeDeployClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Creates an application. -
Uses of CreateApplicationRequest.Builder in software.amazon.awssdk.services.codedeploy.model
Methods in software.amazon.awssdk.services.codedeploy.model that return CreateApplicationRequest.Builder Modifier and Type Method Description CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. applicationName(String applicationName)The name of the application.static CreateApplicationRequest.BuilderCreateApplicationRequest. builder()CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. computePlatform(String computePlatform)The destination platform type for the deployment (Lambda,Server, orECS).CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. computePlatform(ComputePlatform computePlatform)The destination platform type for the deployment (Lambda,Server, orECS).CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Collection<Tag> tags)The metadata that you apply to CodeDeploy applications to help you organize and categorize them.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Consumer<Tag.Builder>... tags)The metadata that you apply to CodeDeploy applications to help you organize and categorize them.CreateApplicationRequest.BuilderCreateApplicationRequest.Builder. tags(Tag... tags)The metadata that you apply to CodeDeploy applications to help you organize and categorize them.CreateApplicationRequest.BuilderCreateApplicationRequest. toBuilder()Methods in software.amazon.awssdk.services.codedeploy.model that return types with arguments of type CreateApplicationRequest.Builder Modifier and Type Method Description static Class<? extends CreateApplicationRequest.Builder>CreateApplicationRequest. serializableBuilderClass()
-