Uses of Class
software.amazon.awssdk.services.rds.model.OptionGroupOption
-
Packages that use OptionGroupOption Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
Uses of OptionGroupOption in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type OptionGroupOption Modifier and Type Method Description List<OptionGroupOption>DescribeOptionGroupOptionsResponse. optionGroupOptions()Returns the value of the OptionGroupOptions property for this object.Methods in software.amazon.awssdk.services.rds.model with parameters of type OptionGroupOption Modifier and Type Method Description DescribeOptionGroupOptionsResponse.BuilderDescribeOptionGroupOptionsResponse.Builder. optionGroupOptions(OptionGroupOption... optionGroupOptions)Sets the value of the OptionGroupOptions property for this object.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type OptionGroupOption Modifier and Type Method Description DescribeOptionGroupOptionsResponse.BuilderDescribeOptionGroupOptionsResponse.Builder. optionGroupOptions(Collection<OptionGroupOption> optionGroupOptions)Sets the value of the OptionGroupOptions property for this object. -
Uses of OptionGroupOption in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type OptionGroupOption Modifier and Type Method Description SdkIterable<OptionGroupOption>DescribeOptionGroupOptionsIterable. optionGroupOptions()Returns an iterable to iterate through the paginatedDescribeOptionGroupOptionsResponse.optionGroupOptions()member.SdkPublisher<OptionGroupOption>DescribeOptionGroupOptionsPublisher. optionGroupOptions()Returns a publisher that can be used to get a stream of data.
-