Uses of Class
software.amazon.awssdk.services.ssm.model.UpdateManagedInstanceRoleResponse
Packages that use UpdateManagedInstanceRoleResponse
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 UpdateManagedInstanceRoleResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return UpdateManagedInstanceRoleResponseModifier and TypeMethodDescriptionSsmClient.updateManagedInstanceRole(Consumer<UpdateManagedInstanceRoleRequest.Builder> updateManagedInstanceRoleRequest) Changes the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM).SsmClient.updateManagedInstanceRole(UpdateManagedInstanceRoleRequest updateManagedInstanceRoleRequest) Changes the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM).Methods in software.amazon.awssdk.services.ssm that return types with arguments of type UpdateManagedInstanceRoleResponseModifier and TypeMethodDescriptionSsmAsyncClient.updateManagedInstanceRole(Consumer<UpdateManagedInstanceRoleRequest.Builder> updateManagedInstanceRoleRequest) Changes the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM).SsmAsyncClient.updateManagedInstanceRole(UpdateManagedInstanceRoleRequest updateManagedInstanceRoleRequest) Changes the Identity and Access Management (IAM) role that is assigned to the on-premises server, edge device, or virtual machines (VM).