Uses of Class
software.amazon.awssdk.services.tnb.model.PackageContentType
-
Packages that use PackageContentType Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of PackageContentType in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return PackageContentType Modifier and Type Method Description PackageContentTypeGetSolFunctionPackageContentRequest. accept()The format of the package that you want to download from the function packages.PackageContentTypeGetSolNetworkPackageContentRequest. accept()The format of the package you want to download from the network package.PackageContentTypeGetSolFunctionPackageContentResponse. contentType()Indicates the media type of the resource.PackageContentTypeGetSolNetworkPackageContentResponse. contentType()Indicates the media type of the resource.PackageContentTypePutSolFunctionPackageContentRequest. contentType()Function package content type.PackageContentTypePutSolNetworkPackageContentRequest. contentType()Network package content type.PackageContentTypeValidateSolFunctionPackageContentRequest. contentType()Function package content type.PackageContentTypeValidateSolNetworkPackageContentRequest. contentType()Network package content type.static PackageContentTypePackageContentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static PackageContentTypePackageContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageContentType[]PackageContentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.tnb.model that return types with arguments of type PackageContentType Modifier and Type Method Description static Set<PackageContentType>PackageContentType. knownValues()Methods in software.amazon.awssdk.services.tnb.model with parameters of type PackageContentType Modifier and Type Method Description GetSolFunctionPackageContentRequest.BuilderGetSolFunctionPackageContentRequest.Builder. accept(PackageContentType accept)The format of the package that you want to download from the function packages.GetSolNetworkPackageContentRequest.BuilderGetSolNetworkPackageContentRequest.Builder. accept(PackageContentType accept)The format of the package you want to download from the network package.GetSolFunctionPackageContentResponse.BuilderGetSolFunctionPackageContentResponse.Builder. contentType(PackageContentType contentType)Indicates the media type of the resource.GetSolNetworkPackageContentResponse.BuilderGetSolNetworkPackageContentResponse.Builder. contentType(PackageContentType contentType)Indicates the media type of the resource.PutSolFunctionPackageContentRequest.BuilderPutSolFunctionPackageContentRequest.Builder. contentType(PackageContentType contentType)Function package content type.PutSolNetworkPackageContentRequest.BuilderPutSolNetworkPackageContentRequest.Builder. contentType(PackageContentType contentType)Network package content type.ValidateSolFunctionPackageContentRequest.BuilderValidateSolFunctionPackageContentRequest.Builder. contentType(PackageContentType contentType)Function package content type.ValidateSolNetworkPackageContentRequest.BuilderValidateSolNetworkPackageContentRequest.Builder. contentType(PackageContentType contentType)Network package content type.
-