Uses of Interface
software.amazon.awssdk.services.ssm.model.GetDeployablePatchSnapshotForInstanceRequest.Builder
-
Packages that use GetDeployablePatchSnapshotForInstanceRequest.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 GetDeployablePatchSnapshotForInstanceRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type GetDeployablePatchSnapshotForInstanceRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeployablePatchSnapshotForInstanceResponse>SsmAsyncClient. getDeployablePatchSnapshotForInstance(Consumer<GetDeployablePatchSnapshotForInstanceRequest.Builder> getDeployablePatchSnapshotForInstanceRequest)Retrieves the current snapshot for the patch baseline the managed node uses.default GetDeployablePatchSnapshotForInstanceResponseSsmClient. 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.Builder Modifier and Type Method Description default GetDeployablePatchSnapshotForInstanceRequest.BuilderGetDeployablePatchSnapshotForInstanceRequest.Builder. baselineOverride(Consumer<BaselineOverride.Builder> baselineOverride)Defines the basic information about a patch baseline override.GetDeployablePatchSnapshotForInstanceRequest.BuilderGetDeployablePatchSnapshotForInstanceRequest.Builder. baselineOverride(BaselineOverride baselineOverride)Defines the basic information about a patch baseline override.static GetDeployablePatchSnapshotForInstanceRequest.BuilderGetDeployablePatchSnapshotForInstanceRequest. builder()GetDeployablePatchSnapshotForInstanceRequest.BuilderGetDeployablePatchSnapshotForInstanceRequest.Builder. instanceId(String instanceId)The ID of the managed node for which the appropriate patch snapshot should be retrieved.GetDeployablePatchSnapshotForInstanceRequest.BuilderGetDeployablePatchSnapshotForInstanceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeployablePatchSnapshotForInstanceRequest.BuilderGetDeployablePatchSnapshotForInstanceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeployablePatchSnapshotForInstanceRequest.BuilderGetDeployablePatchSnapshotForInstanceRequest.Builder. snapshotId(String snapshotId)The snapshot ID provided by the user when runningAWS-RunPatchBaseline.GetDeployablePatchSnapshotForInstanceRequest.BuilderGetDeployablePatchSnapshotForInstanceRequest. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetDeployablePatchSnapshotForInstanceRequest.Builder Modifier and Type Method Description static Class<? extends GetDeployablePatchSnapshotForInstanceRequest.Builder>GetDeployablePatchSnapshotForInstanceRequest. serializableBuilderClass()
-