Uses of Class
software.amazon.awssdk.services.ssm.model.GetInventoryResponse
-
Packages that use GetInventoryResponse 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 -
-
Uses of GetInventoryResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return GetInventoryResponse Modifier and Type Method Description default GetInventoryResponseSsmClient. getInventory()Query inventory information.default GetInventoryResponseSsmClient. getInventory(Consumer<GetInventoryRequest.Builder> getInventoryRequest)Query inventory information.default GetInventoryResponseSsmClient. getInventory(GetInventoryRequest getInventoryRequest)Query inventory information.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type GetInventoryResponse Modifier and Type Method Description default CompletableFuture<GetInventoryResponse>SsmAsyncClient. getInventory()Query inventory information.default CompletableFuture<GetInventoryResponse>SsmAsyncClient. getInventory(Consumer<GetInventoryRequest.Builder> getInventoryRequest)Query inventory information.default CompletableFuture<GetInventoryResponse>SsmAsyncClient. getInventory(GetInventoryRequest getInventoryRequest)Query inventory information. -
Uses of GetInventoryResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type GetInventoryResponse Modifier and Type Method Description Iterator<GetInventoryResponse>GetInventoryIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type GetInventoryResponse Modifier and Type Method Description voidGetInventoryPublisher. subscribe(org.reactivestreams.Subscriber<? super GetInventoryResponse> subscriber)
-