Uses of Interface
software.amazon.awssdk.services.ssm.model.DescribePatchPropertiesRequest.Builder
-
Packages that use DescribePatchPropertiesRequest.Builder 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.model -
-
Uses of DescribePatchPropertiesRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type DescribePatchPropertiesRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribePatchPropertiesResponse>SsmAsyncClient. describePatchProperties(Consumer<DescribePatchPropertiesRequest.Builder> describePatchPropertiesRequest)Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches.default DescribePatchPropertiesResponseSsmClient. describePatchProperties(Consumer<DescribePatchPropertiesRequest.Builder> describePatchPropertiesRequest)Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches.default DescribePatchPropertiesPublisherSsmAsyncClient. describePatchPropertiesPaginator(Consumer<DescribePatchPropertiesRequest.Builder> describePatchPropertiesRequest)Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches.default DescribePatchPropertiesIterableSsmClient. describePatchPropertiesPaginator(Consumer<DescribePatchPropertiesRequest.Builder> describePatchPropertiesRequest)Lists the properties of available patches organized by product, product family, classification, severity, and other properties of available patches. -
Uses of DescribePatchPropertiesRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DescribePatchPropertiesRequest.Builder Modifier and Type Method Description static DescribePatchPropertiesRequest.BuilderDescribePatchPropertiesRequest. builder()DescribePatchPropertiesRequest.BuilderDescribePatchPropertiesRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return for this call.DescribePatchPropertiesRequest.BuilderDescribePatchPropertiesRequest.Builder. nextToken(String nextToken)The token for the next set of items to return.DescribePatchPropertiesRequest.BuilderDescribePatchPropertiesRequest.Builder. operatingSystem(String operatingSystem)The operating system type for which to list patches.DescribePatchPropertiesRequest.BuilderDescribePatchPropertiesRequest.Builder. operatingSystem(OperatingSystem operatingSystem)The operating system type for which to list patches.DescribePatchPropertiesRequest.BuilderDescribePatchPropertiesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribePatchPropertiesRequest.BuilderDescribePatchPropertiesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribePatchPropertiesRequest.BuilderDescribePatchPropertiesRequest.Builder. patchSet(String patchSet)Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.DescribePatchPropertiesRequest.BuilderDescribePatchPropertiesRequest.Builder. patchSet(PatchSet patchSet)Indicates whether to list patches for the Windows operating system or for applications released by Microsoft.DescribePatchPropertiesRequest.BuilderDescribePatchPropertiesRequest.Builder. property(String property)The patch property for which you want to view patch details.DescribePatchPropertiesRequest.BuilderDescribePatchPropertiesRequest.Builder. property(PatchProperty property)The patch property for which you want to view patch details.DescribePatchPropertiesRequest.BuilderDescribePatchPropertiesRequest. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DescribePatchPropertiesRequest.Builder Modifier and Type Method Description static Class<? extends DescribePatchPropertiesRequest.Builder>DescribePatchPropertiesRequest. serializableBuilderClass()
-