Uses of Interface
software.amazon.awssdk.services.greengrass.model.UpdateConnectivityInfoRequest.Builder
-
Packages that use UpdateConnectivityInfoRequest.Builder Package Description software.amazon.awssdk.services.greengrass AWS IoT Greengrass seamlessly extends AWS onto physical devices so they can act locally on the data they generate, while still using the cloud for management, analytics, and durable storage.software.amazon.awssdk.services.greengrass.model -
-
Uses of UpdateConnectivityInfoRequest.Builder in software.amazon.awssdk.services.greengrass
Method parameters in software.amazon.awssdk.services.greengrass with type arguments of type UpdateConnectivityInfoRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateConnectivityInfoResponse>GreengrassAsyncClient. updateConnectivityInfo(Consumer<UpdateConnectivityInfoRequest.Builder> updateConnectivityInfoRequest)Updates the connectivity information for the core.default UpdateConnectivityInfoResponseGreengrassClient. updateConnectivityInfo(Consumer<UpdateConnectivityInfoRequest.Builder> updateConnectivityInfoRequest)Updates the connectivity information for the core. -
Uses of UpdateConnectivityInfoRequest.Builder in software.amazon.awssdk.services.greengrass.model
Methods in software.amazon.awssdk.services.greengrass.model that return types with arguments of type UpdateConnectivityInfoRequest.Builder Modifier and Type Method Description static Class<? extends UpdateConnectivityInfoRequest.Builder>UpdateConnectivityInfoRequest. serializableBuilderClass()
-