Uses of Interface
software.amazon.awssdk.services.ssm.model.GetInventorySchemaRequest.Builder
Packages that use GetInventorySchemaRequest.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 GetInventorySchemaRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type GetInventorySchemaRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.getInventorySchema(Consumer<GetInventorySchemaRequest.Builder> getInventorySchemaRequest) Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.default GetInventorySchemaResponseSsmClient.getInventorySchema(Consumer<GetInventorySchemaRequest.Builder> getInventorySchemaRequest) Return a list of inventory type names for the account, or return a list of attribute names for a specific Inventory item type.default GetInventorySchemaPublisherSsmAsyncClient.getInventorySchemaPaginator(Consumer<GetInventorySchemaRequest.Builder> getInventorySchemaRequest) This is a variant ofSsmAsyncClient.getInventorySchema(software.amazon.awssdk.services.ssm.model.GetInventorySchemaRequest)operation.default GetInventorySchemaIterableSsmClient.getInventorySchemaPaginator(Consumer<GetInventorySchemaRequest.Builder> getInventorySchemaRequest) This is a variant ofSsmClient.getInventorySchema(software.amazon.awssdk.services.ssm.model.GetInventorySchemaRequest)operation. -
Uses of GetInventorySchemaRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetInventorySchemaRequest.BuilderModifier and TypeMethodDescriptionGetInventorySchemaRequest.Builder.aggregator(Boolean aggregator) Returns inventory schemas that support aggregation.GetInventorySchemaRequest.builder()GetInventorySchemaRequest.Builder.maxResults(Integer maxResults) The maximum number of items to return for this call.The token for the next set of items to return.GetInventorySchemaRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetInventorySchemaRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Returns the sub-type schema for a specified inventory type.GetInventorySchemaRequest.toBuilder()The type of inventory item to return.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetInventorySchemaRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetInventorySchemaRequest.Builder>GetInventorySchemaRequest.serializableBuilderClass()