Uses of Class
software.amazon.awssdk.services.iotroborunner.model.GetSiteResponse
-
Packages that use GetSiteResponse Package Description software.amazon.awssdk.services.iotroborunner An example service, deployed with the Octane Service creator, which will echo the string -
-
Uses of GetSiteResponse in software.amazon.awssdk.services.iotroborunner
Methods in software.amazon.awssdk.services.iotroborunner that return GetSiteResponse Modifier and Type Method Description default GetSiteResponseIotRoboRunnerClient. getSite(Consumer<GetSiteRequest.Builder> getSiteRequest)Grants permission to get a sitedefault GetSiteResponseIotRoboRunnerClient. getSite(GetSiteRequest getSiteRequest)Grants permission to get a siteMethods in software.amazon.awssdk.services.iotroborunner that return types with arguments of type GetSiteResponse Modifier and Type Method Description default CompletableFuture<GetSiteResponse>IotRoboRunnerAsyncClient. getSite(Consumer<GetSiteRequest.Builder> getSiteRequest)Grants permission to get a sitedefault CompletableFuture<GetSiteResponse>IotRoboRunnerAsyncClient. getSite(GetSiteRequest getSiteRequest)Grants permission to get a site
-