Java com.amazonaws.services.ec2.model ModifyInstanceAttributeRequest fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

ModifyInstanceAttributeRequest()
Default constructor for ModifyInstanceAttributeRequest object.

Method

java.util.ListgetGroups()

[EC2-VPC] Changes the security groups of the instance.

voidsetAttribute(String attribute)

The name of the attribute.

voidsetAttribute(InstanceAttributeName attribute)

The name of the attribute.

voidsetGroups(java.util.Collection groups)

[EC2-VPC] Changes the security groups of the instance.

voidsetInstanceId(String instanceId)

The ID of the instance.

voidsetSourceDestCheck(Boolean sourceDestCheck)

Specifies whether source/destination checking is enabled.

voidsetValue(String value)

A new value for the attribute.

ModifyInstanceAttributeRequestwithAttribute(String attribute)

The name of the attribute.

ModifyInstanceAttributeRequestwithAttribute(InstanceAttributeName attribute)

The name of the attribute.

ModifyInstanceAttributeRequestwithGroups(String... groups)

[EC2-VPC] Changes the security groups of the instance.

ModifyInstanceAttributeRequestwithGroups(java.util.Collection groups)

[EC2-VPC] Changes the security groups of the instance.

ModifyInstanceAttributeRequestwithInstanceId(String instanceId)

The ID of the instance.

ModifyInstanceAttributeRequestwithInstanceType(String instanceType)

Changes the instance type to the specified value.

ModifyInstanceAttributeRequestwithValue(String value)

A new value for the attribute.