Java com.amazonaws.services.cloudfront.model Origin fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

Method

CustomOriginConfiggetCustomOriginConfig()

A complex type that contains information about a custom origin.

StringgetDomainName()

Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you want CloudFront to get objects for this origin, for example, myawsbucket.s3.amazonaws.com.

StringgetId()

A unique identifier for the origin or origin group.

S3OriginConfiggetS3OriginConfig()

A complex type that contains information about the Amazon S3 origin.