Uses of Interface
software.amazon.awssdk.services.cloudformation.model.RegisterTypeResponse.Builder
-
Packages that use RegisterTypeResponse.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of RegisterTypeResponse.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return RegisterTypeResponse.Builder Modifier and Type Method Description static RegisterTypeResponse.BuilderRegisterTypeResponse. builder()RegisterTypeResponse.BuilderRegisterTypeResponse.Builder. registrationToken(String registrationToken)The identifier for this registration request.RegisterTypeResponse.BuilderRegisterTypeResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type RegisterTypeResponse.Builder Modifier and Type Method Description static Class<? extends RegisterTypeResponse.Builder>RegisterTypeResponse. serializableBuilderClass()
-