Uses of Interface
software.amazon.awssdk.services.eventbridge.model.NetworkConfiguration.Builder
-
Packages that use NetworkConfiguration.Builder Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of NetworkConfiguration.Builder in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return NetworkConfiguration.Builder Modifier and Type Method Description default NetworkConfiguration.BuilderNetworkConfiguration.Builder. awsvpcConfiguration(Consumer<AwsVpcConfiguration.Builder> awsvpcConfiguration)Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used.NetworkConfiguration.BuilderNetworkConfiguration.Builder. awsvpcConfiguration(AwsVpcConfiguration awsvpcConfiguration)Use this structure to specify the VPC subnets and security groups for the task, and whether a public IP address is to be used.static NetworkConfiguration.BuilderNetworkConfiguration. builder()NetworkConfiguration.BuilderNetworkConfiguration. toBuilder()Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type NetworkConfiguration.Builder Modifier and Type Method Description static Class<? extends NetworkConfiguration.Builder>NetworkConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type NetworkConfiguration.Builder Modifier and Type Method Description default EcsParameters.BuilderEcsParameters.Builder. networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration)Use this structure if the Amazon ECS task uses theawsvpcnetwork mode.
-