Uses of Class
software.amazon.awssdk.services.glue.model.ComputeEnvironmentConfiguration
-
Packages that use ComputeEnvironmentConfiguration Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ComputeEnvironmentConfiguration in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ComputeEnvironmentConfiguration Modifier and Type Method Description Map<String,ComputeEnvironmentConfiguration>DescribeConnectionTypeResponse. computeEnvironmentConfigurations()The compute environments that are supported by the connection.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ComputeEnvironmentConfiguration Modifier and Type Method Description DescribeConnectionTypeResponse.BuilderDescribeConnectionTypeResponse.Builder. computeEnvironmentConfigurations(Map<String,ComputeEnvironmentConfiguration> computeEnvironmentConfigurations)The compute environments that are supported by the connection.
-