Uses of Class
software.amazon.awssdk.services.redshift.model.ServiceIntegrationsUnion.Type
-
Packages that use ServiceIntegrationsUnion.Type Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of ServiceIntegrationsUnion.Type in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return ServiceIntegrationsUnion.Type Modifier and Type Method Description ServiceIntegrationsUnion.TypeServiceIntegrationsUnion. type()Retrieve an enum value representing which member of this object is populated.static ServiceIntegrationsUnion.TypeServiceIntegrationsUnion.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceIntegrationsUnion.Type[]ServiceIntegrationsUnion.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-