Uses of Interface
software.amazon.awssdk.services.ssm.model.GetDeployablePatchSnapshotForInstanceRequest.Builder
Packages that use GetDeployablePatchSnapshotForInstanceRequest.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 GetDeployablePatchSnapshotForInstanceRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type GetDeployablePatchSnapshotForInstanceRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.getDeployablePatchSnapshotForInstance(Consumer<GetDeployablePatchSnapshotForInstanceRequest.Builder> getDeployablePatchSnapshotForInstanceRequest) Retrieves the current snapshot for the patch baseline the managed node uses.SsmClient.getDeployablePatchSnapshotForInstance(Consumer<GetDeployablePatchSnapshotForInstanceRequest.Builder> getDeployablePatchSnapshotForInstanceRequest) Retrieves the current snapshot for the patch baseline the managed node uses. -
Uses of GetDeployablePatchSnapshotForInstanceRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetDeployablePatchSnapshotForInstanceRequest.BuilderModifier and TypeMethodDescriptionGetDeployablePatchSnapshotForInstanceRequest.Builder.baselineOverride(Consumer<BaselineOverride.Builder> baselineOverride) Defines the basic information about a patch baseline override.GetDeployablePatchSnapshotForInstanceRequest.Builder.baselineOverride(BaselineOverride baselineOverride) Defines the basic information about a patch baseline override.GetDeployablePatchSnapshotForInstanceRequest.builder()GetDeployablePatchSnapshotForInstanceRequest.Builder.instanceId(String instanceId) The ID of the managed node for which the appropriate patch snapshot should be retrieved.GetDeployablePatchSnapshotForInstanceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetDeployablePatchSnapshotForInstanceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetDeployablePatchSnapshotForInstanceRequest.Builder.snapshotId(String snapshotId) The snapshot ID provided by the user when runningAWS-RunPatchBaseline.GetDeployablePatchSnapshotForInstanceRequest.toBuilder()GetDeployablePatchSnapshotForInstanceRequest.Builder.useS3DualStackEndpoint(Boolean useS3DualStackEndpoint) Specifies whether to use S3 dualstack endpoints for the patch snapshot download URL.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetDeployablePatchSnapshotForInstanceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDeployablePatchSnapshotForInstanceRequest.Builder>GetDeployablePatchSnapshotForInstanceRequest.serializableBuilderClass()