| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeConnectorProfilesResponse.Builder |
DescribeConnectorProfilesResponse.builder() |
DescribeConnectorProfilesResponse.Builder |
DescribeConnectorProfilesResponse.Builder.connectorProfileDetails(Collection<ConnectorProfile> connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
|
DescribeConnectorProfilesResponse.Builder |
DescribeConnectorProfilesResponse.Builder.connectorProfileDetails(ConnectorProfile... connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
|
DescribeConnectorProfilesResponse.Builder |
DescribeConnectorProfilesResponse.Builder.connectorProfileDetails(Consumer<ConnectorProfile.Builder>... connectorProfileDetails)
Returns information about the connector profiles associated with the flow.
|
DescribeConnectorProfilesResponse.Builder |
DescribeConnectorProfilesResponse.Builder.nextToken(String nextToken)
The pagination token for the next page of data.
|
DescribeConnectorProfilesResponse.Builder |
DescribeConnectorProfilesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeConnectorProfilesResponse.Builder> |
DescribeConnectorProfilesResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.