Uses of Class
software.amazon.awssdk.services.ssm.model.GetDeployablePatchSnapshotForInstanceResponse
-
Packages that use GetDeployablePatchSnapshotForInstanceResponse 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. -
-
Uses of GetDeployablePatchSnapshotForInstanceResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return GetDeployablePatchSnapshotForInstanceResponse Modifier and Type Method Description default GetDeployablePatchSnapshotForInstanceResponseSsmClient. getDeployablePatchSnapshotForInstance(Consumer<GetDeployablePatchSnapshotForInstanceRequest.Builder> getDeployablePatchSnapshotForInstanceRequest)Retrieves the current snapshot for the patch baseline the managed node uses.default GetDeployablePatchSnapshotForInstanceResponseSsmClient. getDeployablePatchSnapshotForInstance(GetDeployablePatchSnapshotForInstanceRequest getDeployablePatchSnapshotForInstanceRequest)Retrieves the current snapshot for the patch baseline the managed node uses.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type GetDeployablePatchSnapshotForInstanceResponse 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 CompletableFuture<GetDeployablePatchSnapshotForInstanceResponse>SsmAsyncClient. getDeployablePatchSnapshotForInstance(GetDeployablePatchSnapshotForInstanceRequest getDeployablePatchSnapshotForInstanceRequest)Retrieves the current snapshot for the patch baseline the managed node uses.
-