Uses of Class
software.amazon.awssdk.services.sagemaker.model.StudioLifecycleConfigAppType
-
Packages that use StudioLifecycleConfigAppType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of StudioLifecycleConfigAppType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return StudioLifecycleConfigAppType Modifier and Type Method Description StudioLifecycleConfigAppTypeListStudioLifecycleConfigsRequest. appTypeEquals()A parameter to search for the App Type to which the Lifecycle Configuration is attached.static StudioLifecycleConfigAppTypeStudioLifecycleConfigAppType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StudioLifecycleConfigAppTypeCreateStudioLifecycleConfigRequest. studioLifecycleConfigAppType()The App type that the Lifecycle Configuration is attached to.StudioLifecycleConfigAppTypeDescribeStudioLifecycleConfigResponse. studioLifecycleConfigAppType()The App type that the Lifecycle Configuration is attached to.StudioLifecycleConfigAppTypeStudioLifecycleConfigDetails. studioLifecycleConfigAppType()The App type to which the Lifecycle Configuration is attached.static StudioLifecycleConfigAppTypeStudioLifecycleConfigAppType. valueOf(String name)Returns the enum constant of this type with the specified name.static StudioLifecycleConfigAppType[]StudioLifecycleConfigAppType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type StudioLifecycleConfigAppType Modifier and Type Method Description static Set<StudioLifecycleConfigAppType>StudioLifecycleConfigAppType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type StudioLifecycleConfigAppType Modifier and Type Method Description ListStudioLifecycleConfigsRequest.BuilderListStudioLifecycleConfigsRequest.Builder. appTypeEquals(StudioLifecycleConfigAppType appTypeEquals)A parameter to search for the App Type to which the Lifecycle Configuration is attached.CreateStudioLifecycleConfigRequest.BuilderCreateStudioLifecycleConfigRequest.Builder. studioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)The App type that the Lifecycle Configuration is attached to.DescribeStudioLifecycleConfigResponse.BuilderDescribeStudioLifecycleConfigResponse.Builder. studioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)The App type that the Lifecycle Configuration is attached to.StudioLifecycleConfigDetails.BuilderStudioLifecycleConfigDetails.Builder. studioLifecycleConfigAppType(StudioLifecycleConfigAppType studioLifecycleConfigAppType)The App type to which the Lifecycle Configuration is attached.
-