Uses of Class
software.amazon.awssdk.services.cloudformation.model.TypeNotFoundException
Packages that use TypeNotFoundException
-
Uses of TypeNotFoundException in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that throw TypeNotFoundExceptionModifier and TypeMethodDescriptiondefault ActivateTypeResponseCloudFormationClient.activateType(Consumer<ActivateTypeRequest.Builder> activateTypeRequest) Activates a public third-party extension, such as a resource or module, to make it available for use in stack templates in your current account and Region.default ActivateTypeResponseCloudFormationClient.activateType(ActivateTypeRequest activateTypeRequest) Activates a public third-party extension, such as a resource or module, to make it available for use in stack templates in your current account and Region.default DeactivateTypeResponseCloudFormationClient.deactivateType(Consumer<DeactivateTypeRequest.Builder> deactivateTypeRequest) Deactivates a public third-party extension, such as a resource or module, or a CloudFormation Hook when you no longer use it.default DeactivateTypeResponseCloudFormationClient.deactivateType(DeactivateTypeRequest deactivateTypeRequest) Deactivates a public third-party extension, such as a resource or module, or a CloudFormation Hook when you no longer use it.default DeregisterTypeResponseCloudFormationClient.deregisterType(Consumer<DeregisterTypeRequest.Builder> deregisterTypeRequest) Marks an extension or extension version asDEPRECATEDin the CloudFormation registry, removing it from active use.default DeregisterTypeResponseCloudFormationClient.deregisterType(DeregisterTypeRequest deregisterTypeRequest) Marks an extension or extension version asDEPRECATEDin the CloudFormation registry, removing it from active use.default DescribeTypeResponseCloudFormationClient.describeType(Consumer<DescribeTypeRequest.Builder> describeTypeRequest) Returns detailed information about an extension from the CloudFormation registry in your current account and Region.default DescribeTypeResponseCloudFormationClient.describeType(DescribeTypeRequest describeTypeRequest) Returns detailed information about an extension from the CloudFormation registry in your current account and Region.default PublishTypeResponseCloudFormationClient.publishType(Consumer<PublishTypeRequest.Builder> publishTypeRequest) Publishes the specified extension to the CloudFormation registry as a public extension in this Region.default PublishTypeResponseCloudFormationClient.publishType(PublishTypeRequest publishTypeRequest) Publishes the specified extension to the CloudFormation registry as a public extension in this Region.default SetTypeConfigurationResponseCloudFormationClient.setTypeConfiguration(Consumer<SetTypeConfigurationRequest.Builder> setTypeConfigurationRequest) Specifies the configuration data for a CloudFormation extension, such as a resource or Hook, in the given account and Region.default SetTypeConfigurationResponseCloudFormationClient.setTypeConfiguration(SetTypeConfigurationRequest setTypeConfigurationRequest) Specifies the configuration data for a CloudFormation extension, such as a resource or Hook, in the given account and Region.default SetTypeDefaultVersionResponseCloudFormationClient.setTypeDefaultVersion(Consumer<SetTypeDefaultVersionRequest.Builder> setTypeDefaultVersionRequest) Specify the default version of an extension.default SetTypeDefaultVersionResponseCloudFormationClient.setTypeDefaultVersion(SetTypeDefaultVersionRequest setTypeDefaultVersionRequest) Specify the default version of an extension.default TestTypeResponseCloudFormationClient.testType(Consumer<TestTypeRequest.Builder> testTypeRequest) Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry.default TestTypeResponseCloudFormationClient.testType(TestTypeRequest testTypeRequest) Tests a registered extension to make sure it meets all necessary requirements for being published in the CloudFormation registry.