| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
QueryStringObject |
QueryStringObject.clone() |
QueryStringObject |
CacheSettings.getForwardedQueryStrings()
An object that describes the query strings that are forwarded to the origin.
|
QueryStringObject |
QueryStringObject.withOption(Boolean option)
Indicates whether the distribution forwards and caches based on query strings.
|
QueryStringObject |
QueryStringObject.withQueryStringsAllowList(Collection<String> queryStringsAllowList)
The specific query strings that the distribution forwards to the origin.
|
QueryStringObject |
QueryStringObject.withQueryStringsAllowList(String... queryStringsAllowList)
The specific query strings that the distribution forwards to the origin.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheSettings.setForwardedQueryStrings(QueryStringObject forwardedQueryStrings)
An object that describes the query strings that are forwarded to the origin.
|
CacheSettings |
CacheSettings.withForwardedQueryStrings(QueryStringObject forwardedQueryStrings)
An object that describes the query strings that are forwarded to the origin.
|
Copyright © 2022. All rights reserved.