Uses of Class
software.amazon.awssdk.services.cloudformation.model.RegisterTypeResponse
Packages that use RegisterTypeResponse
-
Uses of RegisterTypeResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return RegisterTypeResponseModifier and TypeMethodDescriptiondefault RegisterTypeResponseCloudFormationClient.registerType(Consumer<RegisterTypeRequest.Builder> registerTypeRequest) Registers an extension with the CloudFormation service.default RegisterTypeResponseCloudFormationClient.registerType(RegisterTypeRequest registerTypeRequest) Registers an extension with the CloudFormation service.Methods in software.amazon.awssdk.services.cloudformation that return types with arguments of type RegisterTypeResponseModifier and TypeMethodDescriptiondefault CompletableFuture<RegisterTypeResponse>CloudFormationAsyncClient.registerType(Consumer<RegisterTypeRequest.Builder> registerTypeRequest) Registers an extension with the CloudFormation service.default CompletableFuture<RegisterTypeResponse>CloudFormationAsyncClient.registerType(RegisterTypeRequest registerTypeRequest) Registers an extension with the CloudFormation service.