Uses of Class
software.amazon.awssdk.services.glue.model.ComputeEnvironment
-
Packages that use ComputeEnvironment Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ComputeEnvironment in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ComputeEnvironment Modifier and Type Method Description ComputeEnvironmentGetConnectionRequest. applyOverrideForComputeEnvironment()For connections that may be used in multiple services, specifies returning properties for the specified compute environment.ComputeEnvironmentComputeEnvironmentConfiguration. computeEnvironment()The type of compute environment.static ComputeEnvironmentComputeEnvironment. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ComputeEnvironmentComputeEnvironment. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputeEnvironment[]ComputeEnvironment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ComputeEnvironment Modifier and Type Method Description List<ComputeEnvironment>Connection. compatibleComputeEnvironments()A list of compute environments compatible with the connection.static Set<ComputeEnvironment>ComputeEnvironment. knownValues()List<ComputeEnvironment>Capabilities. supportedComputeEnvironments()A list of supported compute environments.List<ComputeEnvironment>ConnectionInput. validateForComputeEnvironments()The compute environments that the specified connection properties are validated against.Methods in software.amazon.awssdk.services.glue.model with parameters of type ComputeEnvironment Modifier and Type Method Description GetConnectionRequest.BuilderGetConnectionRequest.Builder. applyOverrideForComputeEnvironment(ComputeEnvironment applyOverrideForComputeEnvironment)For connections that may be used in multiple services, specifies returning properties for the specified compute environment.Connection.BuilderConnection.Builder. compatibleComputeEnvironments(ComputeEnvironment... compatibleComputeEnvironments)A list of compute environments compatible with the connection.ComputeEnvironmentConfiguration.BuilderComputeEnvironmentConfiguration.Builder. computeEnvironment(ComputeEnvironment computeEnvironment)The type of compute environment.Capabilities.BuilderCapabilities.Builder. supportedComputeEnvironments(ComputeEnvironment... supportedComputeEnvironments)A list of supported compute environments.ConnectionInput.BuilderConnectionInput.Builder. validateForComputeEnvironments(ComputeEnvironment... validateForComputeEnvironments)The compute environments that the specified connection properties are validated against.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ComputeEnvironment Modifier and Type Method Description Connection.BuilderConnection.Builder. compatibleComputeEnvironments(Collection<ComputeEnvironment> compatibleComputeEnvironments)A list of compute environments compatible with the connection.Capabilities.BuilderCapabilities.Builder. supportedComputeEnvironments(Collection<ComputeEnvironment> supportedComputeEnvironments)A list of supported compute environments.ConnectionInput.BuilderConnectionInput.Builder. validateForComputeEnvironments(Collection<ComputeEnvironment> validateForComputeEnvironments)The compute environments that the specified connection properties are validated against.
-