Uses of Class
software.amazon.awssdk.services.rds.model.OptionGroupOption
Packages that use OptionGroupOption
Package
Description
-
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 OptionGroupOptionModifier and TypeMethodDescriptionfinal 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 OptionGroupOptionModifier and TypeMethodDescriptionDescribeOptionGroupOptionsResponse.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 OptionGroupOptionModifier and TypeMethodDescriptionDescribeOptionGroupOptionsResponse.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 OptionGroupOptionModifier and TypeMethodDescriptionfinal SdkIterable<OptionGroupOption>DescribeOptionGroupOptionsIterable.optionGroupOptions()Returns an iterable to iterate through the paginatedDescribeOptionGroupOptionsResponse.optionGroupOptions()member.final SdkPublisher<OptionGroupOption>DescribeOptionGroupOptionsPublisher.optionGroupOptions()Returns a publisher that can be used to get a stream of data.