Uses of Class
software.amazon.awssdk.services.sagemaker.model.HubContentType
-
Packages that use HubContentType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of HubContentType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return HubContentType Modifier and Type Method Description static HubContentTypeHubContentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HubContentTypeDeleteHubContentReferenceRequest. hubContentType()The type of hub content to delete.HubContentTypeDeleteHubContentRequest. hubContentType()The type of content that you want to delete from a hub.HubContentTypeDescribeHubContentRequest. hubContentType()The type of content in the hub.HubContentTypeDescribeHubContentResponse. hubContentType()The type of hub content.HubContentTypeHubContentInfo. hubContentType()The type of hub content.HubContentTypeImportHubContentRequest. hubContentType()The type of hub content to import.HubContentTypeListHubContentsRequest. hubContentType()The type of hub content to list.HubContentTypeListHubContentVersionsRequest. hubContentType()The type of hub content to list versions of.static HubContentTypeHubContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static HubContentType[]HubContentType. 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 HubContentType Modifier and Type Method Description static Set<HubContentType>HubContentType. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type HubContentType Modifier and Type Method Description DeleteHubContentReferenceRequest.BuilderDeleteHubContentReferenceRequest.Builder. hubContentType(HubContentType hubContentType)The type of hub content to delete.DeleteHubContentRequest.BuilderDeleteHubContentRequest.Builder. hubContentType(HubContentType hubContentType)The type of content that you want to delete from a hub.DescribeHubContentRequest.BuilderDescribeHubContentRequest.Builder. hubContentType(HubContentType hubContentType)The type of content in the hub.DescribeHubContentResponse.BuilderDescribeHubContentResponse.Builder. hubContentType(HubContentType hubContentType)The type of hub content.HubContentInfo.BuilderHubContentInfo.Builder. hubContentType(HubContentType hubContentType)The type of hub content.ImportHubContentRequest.BuilderImportHubContentRequest.Builder. hubContentType(HubContentType hubContentType)The type of hub content to import.ListHubContentsRequest.BuilderListHubContentsRequest.Builder. hubContentType(HubContentType hubContentType)The type of hub content to list.ListHubContentVersionsRequest.BuilderListHubContentVersionsRequest.Builder. hubContentType(HubContentType hubContentType)The type of hub content to list versions of.
-