Uses of Class
software.amazon.awssdk.services.tnb.model.DescriptorContentType
-
Packages that use DescriptorContentType Package Description software.amazon.awssdk.services.tnb.model -
-
Uses of DescriptorContentType in software.amazon.awssdk.services.tnb.model
Methods in software.amazon.awssdk.services.tnb.model that return DescriptorContentType Modifier and Type Method Description DescriptorContentTypeGetSolFunctionPackageDescriptorRequest. accept()Indicates which content types, expressed as MIME types, the client is able to understand.DescriptorContentTypeGetSolFunctionPackageDescriptorResponse. contentType()Indicates the media type of the resource.DescriptorContentTypeGetSolNetworkPackageDescriptorResponse. contentType()Indicates the media type of the resource.static DescriptorContentTypeDescriptorContentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DescriptorContentTypeDescriptorContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static DescriptorContentType[]DescriptorContentType. 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 DescriptorContentType Modifier and Type Method Description static Set<DescriptorContentType>DescriptorContentType. knownValues()Methods in software.amazon.awssdk.services.tnb.model with parameters of type DescriptorContentType Modifier and Type Method Description GetSolFunctionPackageDescriptorRequest.BuilderGetSolFunctionPackageDescriptorRequest.Builder. accept(DescriptorContentType accept)Indicates which content types, expressed as MIME types, the client is able to understand.GetSolFunctionPackageDescriptorResponse.BuilderGetSolFunctionPackageDescriptorResponse.Builder. contentType(DescriptorContentType contentType)Indicates the media type of the resource.GetSolNetworkPackageDescriptorResponse.BuilderGetSolNetworkPackageDescriptorResponse.Builder. contentType(DescriptorContentType contentType)Indicates the media type of the resource.
-