Uses of Interface
software.amazon.awssdk.services.iot.model.RegisterCertificateWithoutCaResponse.Builder
-
Packages that use RegisterCertificateWithoutCaResponse.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of RegisterCertificateWithoutCaResponse.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return RegisterCertificateWithoutCaResponse.Builder Modifier and Type Method Description static RegisterCertificateWithoutCaResponse.BuilderRegisterCertificateWithoutCaResponse. builder()RegisterCertificateWithoutCaResponse.BuilderRegisterCertificateWithoutCaResponse.Builder. certificateArn(String certificateArn)The Amazon Resource Name (ARN) of the registered certificate.RegisterCertificateWithoutCaResponse.BuilderRegisterCertificateWithoutCaResponse.Builder. certificateId(String certificateId)The ID of the registered certificate.RegisterCertificateWithoutCaResponse.BuilderRegisterCertificateWithoutCaResponse. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type RegisterCertificateWithoutCaResponse.Builder Modifier and Type Method Description static Class<? extends RegisterCertificateWithoutCaResponse.Builder>RegisterCertificateWithoutCaResponse. serializableBuilderClass()
-