Uses of Class
software.amazon.awssdk.services.ssm.model.Patch
-
Packages that use Patch Package Description software.amazon.awssdk.services.ssm.model software.amazon.awssdk.services.ssm.paginators -
-
Uses of Patch in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return Patch Modifier and Type Method Description PatchEffectivePatch. patch()Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type Patch Modifier and Type Method Description List<Patch>DescribeAvailablePatchesResponse. patches()An array of patches.Methods in software.amazon.awssdk.services.ssm.model with parameters of type Patch Modifier and Type Method Description EffectivePatch.BuilderEffectivePatch.Builder. patch(Patch patch)Provides metadata for a patch, including information such as the KB ID, severity, classification and a URL for where more information can be obtained about the patch.DescribeAvailablePatchesResponse.BuilderDescribeAvailablePatchesResponse.Builder. patches(Patch... patches)An array of patches.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type Patch Modifier and Type Method Description DescribeAvailablePatchesResponse.BuilderDescribeAvailablePatchesResponse.Builder. patches(Collection<Patch> patches)An array of patches. -
Uses of Patch in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type Patch Modifier and Type Method Description SdkIterable<Patch>DescribeAvailablePatchesIterable. patches()Returns an iterable to iterate through the paginatedDescribeAvailablePatchesResponse.patches()member.SdkPublisher<Patch>DescribeAvailablePatchesPublisher. patches()Returns a publisher that can be used to get a stream of data.
-