Uses of Class
software.amazon.awssdk.services.greengrass.model.GetConnectivityInfoResponse
-
Packages that use GetConnectivityInfoResponse 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. -
-
Uses of GetConnectivityInfoResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return GetConnectivityInfoResponse Modifier and Type Method Description default GetConnectivityInfoResponseGreengrassClient. getConnectivityInfo(Consumer<GetConnectivityInfoRequest.Builder> getConnectivityInfoRequest)Retrieves the connectivity information for a core.default GetConnectivityInfoResponseGreengrassClient. getConnectivityInfo(GetConnectivityInfoRequest getConnectivityInfoRequest)Retrieves the connectivity information for a core.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type GetConnectivityInfoResponse Modifier and Type Method Description default CompletableFuture<GetConnectivityInfoResponse>GreengrassAsyncClient. getConnectivityInfo(Consumer<GetConnectivityInfoRequest.Builder> getConnectivityInfoRequest)Retrieves the connectivity information for a core.default CompletableFuture<GetConnectivityInfoResponse>GreengrassAsyncClient. getConnectivityInfo(GetConnectivityInfoRequest getConnectivityInfoRequest)Retrieves the connectivity information for a core.
-