Uses of Class
software.amazon.awssdk.services.ssm.model.GetInventoryRequest
-
Packages that use GetInventoryRequest Package Description software.amazon.awssdk.services.ssm Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at scale.software.amazon.awssdk.services.ssm.paginators software.amazon.awssdk.services.ssm.transform -
-
Uses of GetInventoryRequest in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm with parameters of type GetInventoryRequest Modifier and Type Method Description default CompletableFuture<GetInventoryResponse>SsmAsyncClient. getInventory(GetInventoryRequest getInventoryRequest)Query inventory information.default GetInventoryResponseSsmClient. getInventory(GetInventoryRequest getInventoryRequest)Query inventory information.default GetInventoryPublisherSsmAsyncClient. getInventoryPaginator(GetInventoryRequest getInventoryRequest)This is a variant ofSsmAsyncClient.getInventory(software.amazon.awssdk.services.ssm.model.GetInventoryRequest)operation.default GetInventoryIterableSsmClient. getInventoryPaginator(GetInventoryRequest getInventoryRequest)This is a variant ofSsmClient.getInventory(software.amazon.awssdk.services.ssm.model.GetInventoryRequest)operation. -
Uses of GetInventoryRequest in software.amazon.awssdk.services.ssm.paginators
Constructors in software.amazon.awssdk.services.ssm.paginators with parameters of type GetInventoryRequest Constructor Description GetInventoryIterable(SsmClient client, GetInventoryRequest firstRequest)GetInventoryPublisher(SsmAsyncClient client, GetInventoryRequest firstRequest) -
Uses of GetInventoryRequest in software.amazon.awssdk.services.ssm.transform
Methods in software.amazon.awssdk.services.ssm.transform with parameters of type GetInventoryRequest Modifier and Type Method Description SdkHttpFullRequestGetInventoryRequestMarshaller. marshall(GetInventoryRequest getInventoryRequest)
-