Uses of Class
software.amazon.awssdk.services.cloudformation.model.RegisterTypeResponse
-
Packages that use RegisterTypeResponse Package Description software.amazon.awssdk.services.cloudformation CloudFormation -
-
Uses of RegisterTypeResponse in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation that return RegisterTypeResponse Modifier and Type Method Description default 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 RegisterTypeResponse Modifier and Type Method Description default 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.
-