| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableEntity
Immutable implementation of
Entity. |
| Modifier and Type | Method and Description |
|---|---|
Entity |
ImmutableEntityDefinition.entity()
Contains its name, description, label or if it has child properties or not.
|
Entity |
EntityDefinition.entity()
Contains its name, description, label or if it has child properties or not.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<Entity> |
ImmutableListEntitiesResponse.entities()
List of entities.
|
List<Entity> |
ListEntitiesResponse.entities()
List of entities.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableListEntitiesResponse.Builder |
ImmutableListEntitiesResponse.Builder.addEntities(Entity... elements)
Adds elements to
entities list. |
ImmutableListEntitiesResponse.Builder |
ImmutableListEntitiesResponse.Builder.addEntities(Entity element)
Adds one element to
entities list. |
static ImmutableEntity |
ImmutableEntity.copyOf(Entity instance)
Creates an immutable copy of a
Entity value. |
ImmutableEntityDefinition.Builder |
ImmutableEntityDefinition.Builder.entity(Entity entity)
Initializes the value for the
entity attribute. |
ImmutableEntity.Builder |
ImmutableEntity.Builder.from(Entity instance)
Fill a builder with attribute values from the provided
Entity instance. |
ImmutableListEntitiesResponse |
ImmutableListEntitiesResponse.withEntities(Entity... elements)
Copy the current immutable object with elements that replace the content of
entities. |
ImmutableEntityDefinition |
ImmutableEntityDefinition.withEntity(Entity value)
Copy the current immutable object by setting a value for the
entity attribute. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableListEntitiesResponse.Builder |
ImmutableListEntitiesResponse.Builder.addAllEntities(Iterable<? extends Entity> elements)
Adds elements to
entities list. |
ImmutableListEntitiesResponse.Builder |
ImmutableListEntitiesResponse.Builder.entities(Iterable<? extends Entity> elements)
Sets or replaces all elements for
entities list. |
ImmutableListEntitiesResponse |
ImmutableListEntitiesResponse.withEntities(Iterable<? extends Entity> elements)
Copy the current immutable object with elements that replace the content of
entities. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.