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

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

Introduction

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

The text is from its open source code.

Constructor

Method

java.util.ListgetExecutableUsers()

Scopes the images by users with explicit launch permissions.

java.util.ListgetFilters()

The filters.

java.util.ListgetImageIds()

The image IDs.

java.util.ListgetOwners()

Filters the images by the owner.

voidsetFilters(java.util.Collection filters)

The filters.

voidsetImageIds(java.util.Collection imageIds)

The image IDs.

voidsetOwners(java.util.Collection owners)

Filters the images by the owner.

voidsetRequestCredentials(AWSCredentials credentials)
Sets the optional credentials to use for this request, overriding the default credentials set at the client level.
DescribeImagesRequestwithImageIds(String... imageIds)

The image IDs.

DescribeImagesRequestwithImageIds(java.util.Collection imageIds)

The image IDs.

DescribeImagesRequestwithOwners(String... owners)

Filters the images by the owner.

DescribeImagesRequestwithOwners(java.util.Collection owners)

Filters the images by the owner.