Java com.amazonaws.services.ecs.model UpdateServiceRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ecs.model UpdateServiceRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ecs.model UpdateServiceRequest.

The text is from its open source code.

Constructor

Method

voidsetCluster(String cluster)

The short name or full Amazon Resource Name (ARN) of the cluster that your service is running on.

voidsetDesiredCount(Integer desiredCount)

The number of instantiations of the task to place and keep running in your service.

voidsetService(String service)

The name of the service to update.