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

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

Introduction

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

The text is from its open source code.

Constructor

AmazonCloudFrontClient(ClientConfiguration clientConfiguration)
Constructs a new client to invoke service methods on CloudFront.
AmazonCloudFrontClient(AWSCredentials awsCredentials)
Constructs a new client to invoke service methods on CloudFront using the specified AWS account credentials.
AmazonCloudFrontClient(AWSCredentialsProvider awsCredentialsProvider)
Constructs a new client to invoke service methods on CloudFront using the specified AWS account credentials provider.
AmazonCloudFrontClient(AwsSyncClientParams clientParams)
Constructs a new client to invoke service methods on CloudFront using the specified parameters.

Method

CreateDistributionResultcreateDistribution(CreateDistributionRequest request)

Creates a new web distribution.

GetDistributionResultgetDistribution(GetDistributionRequest request)

Get the information about a distribution.

ListDistributionsResultlistDistributions(ListDistributionsRequest request)

List CloudFront distributions.

ListStreamingDistributionsResultlistStreamingDistributions(ListStreamingDistributionsRequest request)

List streaming distributions.

voidsetEndpoint(String endpoint)
Overrides the default endpoint for this client ("https://cloudfront.amazonaws.com/").
voidsetRegion(Region region)
An alternative to AmazonCloudFront#setEndpoint(String) , sets the regional endpoint for this client's service calls.