Uses of Class
software.amazon.awssdk.services.iot.model.GetRegistrationCodeResponse
-
Packages that use GetRegistrationCodeResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of GetRegistrationCodeResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return GetRegistrationCodeResponse Modifier and Type Method Description default GetRegistrationCodeResponseIotClient. getRegistrationCode()Gets a registration code used to register a CA certificate with IoT.default GetRegistrationCodeResponseIotClient. getRegistrationCode(Consumer<GetRegistrationCodeRequest.Builder> 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.Methods in software.amazon.awssdk.services.iot that return types with arguments of type GetRegistrationCodeResponse Modifier and Type Method Description default CompletableFuture<GetRegistrationCodeResponse>IotAsyncClient. getRegistrationCode()Gets a registration code used to register a CA certificate with IoT.default CompletableFuture<GetRegistrationCodeResponse>IotAsyncClient. getRegistrationCode(Consumer<GetRegistrationCodeRequest.Builder> getRegistrationCodeRequest)Gets a registration code used to register a CA certificate with IoT.default CompletableFuture<GetRegistrationCodeResponse>IotAsyncClient. getRegistrationCode(GetRegistrationCodeRequest getRegistrationCodeRequest)Gets a registration code used to register a CA certificate with IoT.
-