Uses of Class
software.amazon.awssdk.services.greengrassv2.model.GetConnectivityInfoResponse
-
Packages that use GetConnectivityInfoResponse Package Description software.amazon.awssdk.services.greengrassv2 IoT Greengrass brings local compute, messaging, data management, sync, and ML inference capabilities to edge devices. -
-
Uses of GetConnectivityInfoResponse in software.amazon.awssdk.services.greengrassv2
Methods in software.amazon.awssdk.services.greengrassv2 that return GetConnectivityInfoResponse Modifier and Type Method Description default GetConnectivityInfoResponseGreengrassV2Client. getConnectivityInfo(Consumer<GetConnectivityInfoRequest.Builder> getConnectivityInfoRequest)Retrieves connectivity information for a Greengrass core device.default GetConnectivityInfoResponseGreengrassV2Client. getConnectivityInfo(GetConnectivityInfoRequest getConnectivityInfoRequest)Retrieves connectivity information for a Greengrass core device.Methods in software.amazon.awssdk.services.greengrassv2 that return types with arguments of type GetConnectivityInfoResponse Modifier and Type Method Description default CompletableFuture<GetConnectivityInfoResponse>GreengrassV2AsyncClient. getConnectivityInfo(Consumer<GetConnectivityInfoRequest.Builder> getConnectivityInfoRequest)Retrieves connectivity information for a Greengrass core device.default CompletableFuture<GetConnectivityInfoResponse>GreengrassV2AsyncClient. getConnectivityInfo(GetConnectivityInfoRequest getConnectivityInfoRequest)Retrieves connectivity information for a Greengrass core device.
-