Uses of Class
software.amazon.awssdk.services.greengrass.model.GetGroupVersionResponse
-
Packages that use GetGroupVersionResponse 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 GetGroupVersionResponse in software.amazon.awssdk.services.greengrass
Methods in software.amazon.awssdk.services.greengrass that return GetGroupVersionResponse Modifier and Type Method Description default GetGroupVersionResponseGreengrassClient. getGroupVersion(Consumer<GetGroupVersionRequest.Builder> getGroupVersionRequest)Retrieves information about a group version.default GetGroupVersionResponseGreengrassClient. getGroupVersion(GetGroupVersionRequest getGroupVersionRequest)Retrieves information about a group version.Methods in software.amazon.awssdk.services.greengrass that return types with arguments of type GetGroupVersionResponse Modifier and Type Method Description default CompletableFuture<GetGroupVersionResponse>GreengrassAsyncClient. getGroupVersion(Consumer<GetGroupVersionRequest.Builder> getGroupVersionRequest)Retrieves information about a group version.default CompletableFuture<GetGroupVersionResponse>GreengrassAsyncClient. getGroupVersion(GetGroupVersionRequest getGroupVersionRequest)Retrieves information about a group version.
-