Uses of Interface
software.amazon.awssdk.services.ssm.model.GetInventoryRequest.Builder
Packages that use GetInventoryRequest.Builder
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.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type GetInventoryRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetInventoryResponse>SsmAsyncClient.getInventory(Consumer<GetInventoryRequest.Builder> getInventoryRequest) Query inventory information.default GetInventoryResponseSsmClient.getInventory(Consumer<GetInventoryRequest.Builder> getInventoryRequest) Query inventory information.default GetInventoryPublisherSsmAsyncClient.getInventoryPaginator(Consumer<GetInventoryRequest.Builder> getInventoryRequest) This is a variant ofSsmAsyncClient.getInventory(software.amazon.awssdk.services.ssm.model.GetInventoryRequest)operation.default GetInventoryIterableSsmClient.getInventoryPaginator(Consumer<GetInventoryRequest.Builder> getInventoryRequest) This is a variant ofSsmClient.getInventory(software.amazon.awssdk.services.ssm.model.GetInventoryRequest)operation. -
Uses of GetInventoryRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetInventoryRequest.BuilderModifier and TypeMethodDescriptionGetInventoryRequest.Builder.aggregators(Collection<InventoryAggregator> aggregators) Returns counts of inventory types based on one or more expressions.GetInventoryRequest.Builder.aggregators(Consumer<InventoryAggregator.Builder>... aggregators) Returns counts of inventory types based on one or more expressions.GetInventoryRequest.Builder.aggregators(InventoryAggregator... aggregators) Returns counts of inventory types based on one or more expressions.static GetInventoryRequest.BuilderGetInventoryRequest.builder()GetInventoryRequest.Builder.filters(Collection<InventoryFilter> filters) One or more filters.GetInventoryRequest.Builder.filters(Consumer<InventoryFilter.Builder>... filters) One or more filters.GetInventoryRequest.Builder.filters(InventoryFilter... filters) One or more filters.GetInventoryRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this call.The token for the next set of items to return.GetInventoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetInventoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetInventoryRequest.Builder.resultAttributes(Collection<ResultAttribute> resultAttributes) The list of inventory item types to return.GetInventoryRequest.Builder.resultAttributes(Consumer<ResultAttribute.Builder>... resultAttributes) The list of inventory item types to return.GetInventoryRequest.Builder.resultAttributes(ResultAttribute... resultAttributes) The list of inventory item types to return.GetInventoryRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetInventoryRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetInventoryRequest.Builder>GetInventoryRequest.serializableBuilderClass()