Uses of Class
software.amazon.awssdk.services.cloudformation.model.RegistryType
-
Packages that use RegistryType Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of RegistryType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return RegistryType Modifier and Type Method Description static RegistryTypeRegistryType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RegistryTypeDeregisterTypeRequest. type()The kind of extension.RegistryTypeDescribeTypeRequest. type()The kind of extension.RegistryTypeDescribeTypeResponse. type()The kind of extension.RegistryTypeListTypeRegistrationsRequest. type()The kind of extension.RegistryTypeListTypesRequest. type()The type of extension.RegistryTypeListTypeVersionsRequest. type()The kind of the extension.RegistryTypeRegisterTypeRequest. type()The kind of extension.RegistryTypeSetTypeDefaultVersionRequest. type()The kind of extension.RegistryTypeTypeSummary. type()The kind of extension.RegistryTypeTypeVersionSummary. type()The kind of extension.static RegistryTypeRegistryType. valueOf(String name)Returns the enum constant of this type with the specified name.static RegistryType[]RegistryType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type RegistryType Modifier and Type Method Description static Set<RegistryType>RegistryType. knownValues()Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type RegistryType Modifier and Type Method Description DeregisterTypeRequest.BuilderDeregisterTypeRequest.Builder. type(RegistryType type)The kind of extension.DescribeTypeRequest.BuilderDescribeTypeRequest.Builder. type(RegistryType type)The kind of extension.DescribeTypeResponse.BuilderDescribeTypeResponse.Builder. type(RegistryType type)The kind of extension.ListTypeRegistrationsRequest.BuilderListTypeRegistrationsRequest.Builder. type(RegistryType type)The kind of extension.ListTypesRequest.BuilderListTypesRequest.Builder. type(RegistryType type)The type of extension.ListTypeVersionsRequest.BuilderListTypeVersionsRequest.Builder. type(RegistryType type)The kind of the extension.RegisterTypeRequest.BuilderRegisterTypeRequest.Builder. type(RegistryType type)The kind of extension.SetTypeDefaultVersionRequest.BuilderSetTypeDefaultVersionRequest.Builder. type(RegistryType type)The kind of extension.TypeSummary.BuilderTypeSummary.Builder. type(RegistryType type)The kind of extension.TypeVersionSummary.BuilderTypeVersionSummary.Builder. type(RegistryType type)The kind of extension.
-