Uses of Enum
software.amazon.awssdk.services.cloudformation.model.RegistryType
Packages that use RegistryType
-
Uses of RegistryType in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return RegistryTypeModifier and TypeMethodDescriptionstatic RegistryTypeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final RegistryTypeDeregisterTypeRequest.type()The kind of extension.final RegistryTypeDescribeTypeRequest.type()The kind of extension.final RegistryTypeDescribeTypeResponse.type()The kind of extension.final RegistryTypeListTypeRegistrationsRequest.type()The kind of extension.final RegistryTypeListTypesRequest.type()The type of extension.final RegistryTypeListTypeVersionsRequest.type()The kind of the extension.final RegistryTypeRegisterTypeRequest.type()The kind of extension.final RegistryTypeSetTypeDefaultVersionRequest.type()The kind of extension.final RegistryTypeTypeSummary.type()The kind of extension.final RegistryTypeTypeVersionSummary.type()The kind of extension.static RegistryTypeReturns 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 RegistryTypeMethods in software.amazon.awssdk.services.cloudformation.model with parameters of type RegistryTypeModifier and TypeMethodDescriptionDeregisterTypeRequest.Builder.type(RegistryType type) The kind of extension.DescribeTypeRequest.Builder.type(RegistryType type) The kind of extension.DescribeTypeResponse.Builder.type(RegistryType type) The kind of extension.ListTypeRegistrationsRequest.Builder.type(RegistryType type) The kind of extension.ListTypesRequest.Builder.type(RegistryType type) The type of extension.ListTypeVersionsRequest.Builder.type(RegistryType type) The kind of the extension.RegisterTypeRequest.Builder.type(RegistryType type) The kind of extension.SetTypeDefaultVersionRequest.Builder.type(RegistryType type) The kind of extension.TypeSummary.Builder.type(RegistryType type) The kind of extension.TypeVersionSummary.Builder.type(RegistryType type) The kind of extension.