Uses of Class
software.amazon.awssdk.services.nimble.model.StudioComponentType
-
Packages that use StudioComponentType Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of StudioComponentType in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StudioComponentType Modifier and Type Method Description static StudioComponentTypeStudioComponentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StudioComponentTypeCreateStudioComponentRequest. type()The type of the studio component.StudioComponentTypeStudioComponent. type()The type of the studio component.StudioComponentTypeStudioComponentSummary. type()The type of the studio component.StudioComponentTypeUpdateStudioComponentRequest. type()The type of the studio component.static StudioComponentTypeStudioComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static StudioComponentType[]StudioComponentType. 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 StudioComponentType Modifier and Type Method Description static Set<StudioComponentType>StudioComponentType. knownValues()List<StudioComponentType>ListStudioComponentsRequest. types()Filters the request to studio components that are of one of the given types.Methods in software.amazon.awssdk.services.nimble.model with parameters of type StudioComponentType Modifier and Type Method Description CreateStudioComponentRequest.BuilderCreateStudioComponentRequest.Builder. type(StudioComponentType type)The type of the studio component.StudioComponent.BuilderStudioComponent.Builder. type(StudioComponentType type)The type of the studio component.StudioComponentSummary.BuilderStudioComponentSummary.Builder. type(StudioComponentType type)The type of the studio component.UpdateStudioComponentRequest.BuilderUpdateStudioComponentRequest.Builder. type(StudioComponentType type)The type of the studio component.ListStudioComponentsRequest.BuilderListStudioComponentsRequest.Builder. types(StudioComponentType... types)Filters the request to studio components that are of one of the given types.Method parameters in software.amazon.awssdk.services.nimble.model with type arguments of type StudioComponentType Modifier and Type Method Description ListStudioComponentsRequest.BuilderListStudioComponentsRequest.Builder. types(Collection<StudioComponentType> types)Filters the request to studio components that are of one of the given types.
-