| Package | Description |
|---|---|
| software.amazon.awssdk.services.scheduler.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkConfiguration.Builder |
NetworkConfiguration.Builder.awsvpcConfiguration(AwsVpcConfiguration awsvpcConfiguration)
Specifies the Amazon VPC subnets and security groups for the task, and whether a public IP address is to be
used.
|
default NetworkConfiguration.Builder |
NetworkConfiguration.Builder.awsvpcConfiguration(Consumer<AwsVpcConfiguration.Builder> awsvpcConfiguration)
Specifies the Amazon VPC subnets and security groups for the task, and whether a public IP address is to be
used.
|
static NetworkConfiguration.Builder |
NetworkConfiguration.builder() |
NetworkConfiguration.Builder |
NetworkConfiguration.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NetworkConfiguration.Builder> |
NetworkConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default EcsParameters.Builder |
EcsParameters.Builder.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration)
This structure specifies the network configuration for an ECS task.
|
Copyright © 2023. All rights reserved.