Uses of Class
software.amazon.awssdk.services.emr.model.SupportedInstanceType
-
Packages that use SupportedInstanceType Package Description software.amazon.awssdk.services.emr.model -
-
Uses of SupportedInstanceType in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type SupportedInstanceType Modifier and Type Method Description List<SupportedInstanceType>ListSupportedInstanceTypesResponse. supportedInstanceTypes()The list of instance types that the release specified inListSupportedInstanceTypesInput$ReleaseLabelsupports, filtered by Amazon Web Services Region.Methods in software.amazon.awssdk.services.emr.model with parameters of type SupportedInstanceType Modifier and Type Method Description ListSupportedInstanceTypesResponse.BuilderListSupportedInstanceTypesResponse.Builder. supportedInstanceTypes(SupportedInstanceType... supportedInstanceTypes)The list of instance types that the release specified inListSupportedInstanceTypesInput$ReleaseLabelsupports, filtered by Amazon Web Services Region.Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type SupportedInstanceType Modifier and Type Method Description ListSupportedInstanceTypesResponse.BuilderListSupportedInstanceTypesResponse.Builder. supportedInstanceTypes(Collection<SupportedInstanceType> supportedInstanceTypes)The list of instance types that the release specified inListSupportedInstanceTypesInput$ReleaseLabelsupports, filtered by Amazon Web Services Region.
-