| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model | |
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCacheControl
Immutable implementation of
CacheControl. |
| Modifier and Type | Method and Description |
|---|---|
static ImmutableCacheControl |
ImmutableCacheControl.copyOf(CacheControl instance)
Creates an immutable copy of a
CacheControl value. |
ImmutableCacheControl.Builder |
ImmutableCacheControl.Builder.from(CacheControl instance)
Fill a builder with attribute values from the provided
CacheControl instance. |
| Modifier and Type | Method and Description |
|---|---|
CacheControl |
ImmutableListEntitiesResponse.cacheControl()
Caching policy for the list of entities.
|
CacheControl |
ImmutableDescribeEntityResponse.cacheControl()
Caching policy for the entity.
|
CacheControl |
ListEntitiesResponse.cacheControl()
Caching policy for the list of entities.
|
CacheControl |
DescribeEntityResponse.cacheControl()
Caching policy for the entity.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableListEntitiesResponse.Builder |
ImmutableListEntitiesResponse.Builder.cacheControl(CacheControl cacheControl)
Initializes the value for the
cacheControl attribute. |
ImmutableDescribeEntityResponse.Builder |
ImmutableDescribeEntityResponse.Builder.cacheControl(CacheControl cacheControl)
Initializes the value for the
cacheControl attribute. |
ImmutableListEntitiesResponse |
ImmutableListEntitiesResponse.withCacheControl(CacheControl value)
Copy the current immutable object by setting a value for the
cacheControl attribute. |
ImmutableDescribeEntityResponse |
ImmutableDescribeEntityResponse.withCacheControl(CacheControl value)
Copy the current immutable object by setting a value for the
cacheControl attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.