Uses of Class
software.amazon.awssdk.services.datazone.model.ComputeEnvironments
-
Packages that use ComputeEnvironments Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of ComputeEnvironments in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return ComputeEnvironments Modifier and Type Method Description static ComputeEnvironmentsComputeEnvironments. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ComputeEnvironmentsComputeEnvironments. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputeEnvironments[]ComputeEnvironments. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type ComputeEnvironments Modifier and Type Method Description List<ComputeEnvironments>GlueConnection. compatibleComputeEnvironments()The compatible compute environments of the Amazon Web Services Glue connection.static Set<ComputeEnvironments>ComputeEnvironments. knownValues()List<ComputeEnvironments>GlueConnectionInput. validateForComputeEnvironments()Speciefies whether to validate for compute environments of the Amazon Web Services Glue connection.Methods in software.amazon.awssdk.services.datazone.model with parameters of type ComputeEnvironments Modifier and Type Method Description GlueConnection.BuilderGlueConnection.Builder. compatibleComputeEnvironments(ComputeEnvironments... compatibleComputeEnvironments)The compatible compute environments of the Amazon Web Services Glue connection.GlueConnectionInput.BuilderGlueConnectionInput.Builder. validateForComputeEnvironments(ComputeEnvironments... validateForComputeEnvironments)Speciefies whether to validate for compute environments of the Amazon Web Services Glue connection.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type ComputeEnvironments Modifier and Type Method Description GlueConnection.BuilderGlueConnection.Builder. compatibleComputeEnvironments(Collection<ComputeEnvironments> compatibleComputeEnvironments)The compatible compute environments of the Amazon Web Services Glue connection.GlueConnectionInput.BuilderGlueConnectionInput.Builder. validateForComputeEnvironments(Collection<ComputeEnvironments> validateForComputeEnvironments)Speciefies whether to validate for compute environments of the Amazon Web Services Glue connection.
-