Uses of Class
software.amazon.awssdk.services.sagemaker.model.AppType
-
Packages that use AppType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AppType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AppType Modifier and Type Method Description AppTypeAppDetails. appType()The type of app.AppTypeCreateAppRequest. appType()The type of app.AppTypeDeleteAppRequest. appType()The type of app.AppTypeDescribeAppRequest. appType()The type of app.AppTypeDescribeAppResponse. appType()The type of app.static AppTypeAppType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AppTypeAppType. valueOf(String name)Returns the enum constant of this type with the specified name.static AppType[]AppType. 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 AppType Modifier and Type Method Description static Set<AppType>AppType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AppType Modifier and Type Method Description AppDetails.BuilderAppDetails.Builder. appType(AppType appType)The type of app.CreateAppRequest.BuilderCreateAppRequest.Builder. appType(AppType appType)The type of app.DeleteAppRequest.BuilderDeleteAppRequest.Builder. appType(AppType appType)The type of app.DescribeAppRequest.BuilderDescribeAppRequest.Builder. appType(AppType appType)The type of app.DescribeAppResponse.BuilderDescribeAppResponse.Builder. appType(AppType appType)The type of app.
-