Uses of Class
software.amazon.awssdk.services.nimble.model.StudioComponentSubtype
-
Packages that use StudioComponentSubtype Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of StudioComponentSubtype in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StudioComponentSubtype Modifier and Type Method Description static StudioComponentSubtypeStudioComponentSubtype. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StudioComponentSubtypeCreateStudioComponentRequest. subtype()The specific subtype of a studio component.StudioComponentSubtypeStudioComponent. subtype()The specific subtype of a studio component.StudioComponentSubtypeStudioComponentSummary. subtype()The specific subtype of a studio component.StudioComponentSubtypeUpdateStudioComponentRequest. subtype()The specific subtype of a studio component.static StudioComponentSubtypeStudioComponentSubtype. valueOf(String name)Returns the enum constant of this type with the specified name.static StudioComponentSubtype[]StudioComponentSubtype. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StudioComponentSubtype Modifier and Type Method Description static Set<StudioComponentSubtype>StudioComponentSubtype. knownValues()Methods in software.amazon.awssdk.services.nimble.model with parameters of type StudioComponentSubtype Modifier and Type Method Description CreateStudioComponentRequest.BuilderCreateStudioComponentRequest.Builder. subtype(StudioComponentSubtype subtype)The specific subtype of a studio component.StudioComponent.BuilderStudioComponent.Builder. subtype(StudioComponentSubtype subtype)The specific subtype of a studio component.StudioComponentSummary.BuilderStudioComponentSummary.Builder. subtype(StudioComponentSubtype subtype)The specific subtype of a studio component.UpdateStudioComponentRequest.BuilderUpdateStudioComponentRequest.Builder. subtype(StudioComponentSubtype subtype)The specific subtype of a studio component.
-