| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Method and Description |
|---|---|
ImmutableListEntitiesResponse |
ImmutableListEntitiesResponse.Builder.build()
Builds a new
ImmutableListEntitiesResponse. |
static ImmutableListEntitiesResponse |
ImmutableListEntitiesResponse.copyOf(ListEntitiesResponse instance)
Creates an immutable copy of a
ListEntitiesResponse value. |
ImmutableListEntitiesResponse |
ImmutableListEntitiesResponse.withCacheControl(CacheControl value)
Copy the current immutable object by setting a value for the
cacheControl attribute. |
ImmutableListEntitiesResponse |
ImmutableListEntitiesResponse.withEntities(Entity... elements)
Copy the current immutable object with elements that replace the content of
entities. |
ImmutableListEntitiesResponse |
ImmutableListEntitiesResponse.withEntities(Iterable<? extends Entity> elements)
Copy the current immutable object with elements that replace the content of
entities. |
ImmutableListEntitiesResponse |
ImmutableListEntitiesResponse.withErrorDetails(ErrorDetails value)
Copy the current immutable object by setting a value for the
errorDetails attribute. |
ImmutableListEntitiesResponse |
ImmutableListEntitiesResponse.withIsSuccess(boolean value)
Copy the current immutable object by setting a value for the
isSuccess attribute. |
ImmutableListEntitiesResponse |
ImmutableListEntitiesResponse.withNextToken(String value)
Copy the current immutable object by setting a value for the
nextToken attribute. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.