Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Classes modeling the various types represented by AmazonCloudFront.
|
Modifier and Type | Method and Description |
---|---|
AllowedMethods |
DefaultCacheBehavior.getAllowedMethods()
A complex type that controls which HTTP methods CloudFront processes
and forwards to your Amazon S3 bucket or your custom origin.
|
AllowedMethods |
CacheBehavior.getAllowedMethods()
A complex type that controls which HTTP methods CloudFront processes
and forwards to your Amazon S3 bucket or your custom origin.
|
AllowedMethods |
AllowedMethods.withItems(Collection<String> items)
A complex type that contains the HTTP methods that you want CloudFront
to process and forward to your origin.
|
AllowedMethods |
AllowedMethods.withItems(Method... items)
A complex type that contains the HTTP methods that you want CloudFront
to process and forward to your origin.
|
AllowedMethods |
AllowedMethods.withItems(String... items)
A complex type that contains the HTTP methods that you want CloudFront
to process and forward to your origin.
|
AllowedMethods |
AllowedMethods.withQuantity(Integer quantity)
The number of HTTP methods that you want CloudFront to forward to your
origin.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultCacheBehavior.setAllowedMethods(AllowedMethods allowedMethods)
A complex type that controls which HTTP methods CloudFront processes
and forwards to your Amazon S3 bucket or your custom origin.
|
void |
CacheBehavior.setAllowedMethods(AllowedMethods allowedMethods)
A complex type that controls which HTTP methods CloudFront processes
and forwards to your Amazon S3 bucket or your custom origin.
|
DefaultCacheBehavior |
DefaultCacheBehavior.withAllowedMethods(AllowedMethods allowedMethods)
A complex type that controls which HTTP methods CloudFront processes
and forwards to your Amazon S3 bucket or your custom origin.
|
CacheBehavior |
CacheBehavior.withAllowedMethods(AllowedMethods allowedMethods)
A complex type that controls which HTTP methods CloudFront processes
and forwards to your Amazon S3 bucket or your custom origin.
|
Copyright © 2015. All rights reserved.