Uses of Class
software.amazon.awssdk.services.ssm.model.InvalidResourceIdException
Packages that use InvalidResourceIdException
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 InvalidResourceIdException in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that throw InvalidResourceIdExceptionModifier and TypeMethodDescriptiondefault AddTagsToResourceResponseSsmClient.addTagsToResource(Consumer<AddTagsToResourceRequest.Builder> addTagsToResourceRequest) Adds or overwrites one or more tags for the specified resource.default AddTagsToResourceResponseSsmClient.addTagsToResource(AddTagsToResourceRequest addTagsToResourceRequest) Adds or overwrites one or more tags for the specified resource.SsmClient.deregisterPatchBaselineForPatchGroup(Consumer<DeregisterPatchBaselineForPatchGroupRequest.Builder> deregisterPatchBaselineForPatchGroupRequest) Removes a patch group from a patch baseline.SsmClient.deregisterPatchBaselineForPatchGroup(DeregisterPatchBaselineForPatchGroupRequest deregisterPatchBaselineForPatchGroupRequest) Removes a patch group from a patch baseline.SsmClient.describeEffectivePatchesForPatchBaseline(Consumer<DescribeEffectivePatchesForPatchBaselineRequest.Builder> describeEffectivePatchesForPatchBaselineRequest) Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.SsmClient.describeEffectivePatchesForPatchBaseline(DescribeEffectivePatchesForPatchBaselineRequest describeEffectivePatchesForPatchBaselineRequest) Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.SsmClient.describeEffectivePatchesForPatchBaselinePaginator(Consumer<DescribeEffectivePatchesForPatchBaselineRequest.Builder> describeEffectivePatchesForPatchBaselineRequest) SsmClient.describeEffectivePatchesForPatchBaselinePaginator(DescribeEffectivePatchesForPatchBaselineRequest describeEffectivePatchesForPatchBaselineRequest) default GetPatchBaselineResponseSsmClient.getPatchBaseline(Consumer<GetPatchBaselineRequest.Builder> getPatchBaselineRequest) Retrieves information about a patch baseline.default GetPatchBaselineResponseSsmClient.getPatchBaseline(GetPatchBaselineRequest getPatchBaselineRequest) Retrieves information about a patch baseline.default ListComplianceItemsResponseSsmClient.listComplianceItems(Consumer<ListComplianceItemsRequest.Builder> listComplianceItemsRequest) For a specified resource ID, this API operation returns a list of compliance statuses for different resource types.default ListComplianceItemsResponseSsmClient.listComplianceItems(ListComplianceItemsRequest listComplianceItemsRequest) For a specified resource ID, this API operation returns a list of compliance statuses for different resource types.default ListComplianceItemsIterableSsmClient.listComplianceItemsPaginator(Consumer<ListComplianceItemsRequest.Builder> listComplianceItemsRequest) This is a variant ofSsmClient.listComplianceItems(software.amazon.awssdk.services.ssm.model.ListComplianceItemsRequest)operation.default ListComplianceItemsIterableSsmClient.listComplianceItemsPaginator(ListComplianceItemsRequest listComplianceItemsRequest) This is a variant ofSsmClient.listComplianceItems(software.amazon.awssdk.services.ssm.model.ListComplianceItemsRequest)operation.default ListTagsForResourceResponseSsmClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Returns a list of the tags assigned to the specified resource.default ListTagsForResourceResponseSsmClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Returns a list of the tags assigned to the specified resource.default PutComplianceItemsResponseSsmClient.putComplianceItems(Consumer<PutComplianceItemsRequest.Builder> putComplianceItemsRequest) Registers a compliance type and other compliance details on a designated resource.default PutComplianceItemsResponseSsmClient.putComplianceItems(PutComplianceItemsRequest putComplianceItemsRequest) Registers a compliance type and other compliance details on a designated resource.SsmClient.registerDefaultPatchBaseline(Consumer<RegisterDefaultPatchBaselineRequest.Builder> registerDefaultPatchBaselineRequest) Defines the default patch baseline for the relevant operating system.SsmClient.registerDefaultPatchBaseline(RegisterDefaultPatchBaselineRequest registerDefaultPatchBaselineRequest) Defines the default patch baseline for the relevant operating system.SsmClient.registerPatchBaselineForPatchGroup(Consumer<RegisterPatchBaselineForPatchGroupRequest.Builder> registerPatchBaselineForPatchGroupRequest) Registers a patch baseline for a patch group.SsmClient.registerPatchBaselineForPatchGroup(RegisterPatchBaselineForPatchGroupRequest registerPatchBaselineForPatchGroupRequest) Registers a patch baseline for a patch group.default RemoveTagsFromResourceResponseSsmClient.removeTagsFromResource(Consumer<RemoveTagsFromResourceRequest.Builder> removeTagsFromResourceRequest) Removes tag keys from the specified resource.default RemoveTagsFromResourceResponseSsmClient.removeTagsFromResource(RemoveTagsFromResourceRequest removeTagsFromResourceRequest) Removes tag keys from the specified resource.