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

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

Introduction

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

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 hosts the service to delete.

voidsetService(String service)

The name of the service to delete.