Uses of Class
software.amazon.awssdk.services.cloudformation.model.RegisterTypeRequest
-
Packages that use RegisterTypeRequest Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.transform -
-
Uses of RegisterTypeRequest in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation with parameters of type RegisterTypeRequest Modifier and Type Method Description default CompletableFuture<RegisterTypeResponse>CloudFormationAsyncClient. registerType(RegisterTypeRequest registerTypeRequest)Registers an extension with the CloudFormation service.default RegisterTypeResponseCloudFormationClient. registerType(RegisterTypeRequest registerTypeRequest)Registers an extension with the CloudFormation service. -
Uses of RegisterTypeRequest in software.amazon.awssdk.services.cloudformation.transform
Methods in software.amazon.awssdk.services.cloudformation.transform with parameters of type RegisterTypeRequest Modifier and Type Method Description SdkHttpFullRequestRegisterTypeRequestMarshaller. marshall(RegisterTypeRequest registerTypeRequest)
-