Uses of Class
software.amazon.awssdk.services.ssm.model.GetInventoryRequest
Packages that use GetInventoryRequest
Package
Description
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.
-
Uses of GetInventoryRequest in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm with parameters of type GetInventoryRequestModifier and TypeMethodDescriptiondefault 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 GetInventoryRequestModifierConstructorDescriptionGetInventoryIterable(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 GetInventoryRequestModifier and TypeMethodDescriptionGetInventoryRequestMarshaller.marshall(GetInventoryRequest getInventoryRequest)