Uses of Class
software.amazon.awssdk.services.iot.model.GetRegistrationCodeRequest
-
Packages that use GetRegistrationCodeRequest Package Description software.amazon.awssdk.services.iot IoT software.amazon.awssdk.services.iot.transform -
-
Uses of GetRegistrationCodeRequest in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot with parameters of type GetRegistrationCodeRequest Modifier and Type Method Description default CompletableFuture<GetRegistrationCodeResponse>IotAsyncClient. getRegistrationCode(GetRegistrationCodeRequest getRegistrationCodeRequest)Gets a registration code used to register a CA certificate with IoT.default GetRegistrationCodeResponseIotClient. getRegistrationCode(GetRegistrationCodeRequest getRegistrationCodeRequest)Gets a registration code used to register a CA certificate with IoT. -
Uses of GetRegistrationCodeRequest in software.amazon.awssdk.services.iot.transform
Methods in software.amazon.awssdk.services.iot.transform with parameters of type GetRegistrationCodeRequest Modifier and Type Method Description SdkHttpFullRequestGetRegistrationCodeRequestMarshaller. marshall(GetRegistrationCodeRequest getRegistrationCodeRequest)
-