Uses of Interface
software.amazon.awssdk.services.ssm.model.UpdateManagedInstanceRoleRequest.Builder
Packages that use UpdateManagedInstanceRoleRequest.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 UpdateManagedInstanceRoleRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type UpdateManagedInstanceRoleRequest.BuilderModifier 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).SsmClient.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). -
Uses of UpdateManagedInstanceRoleRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return UpdateManagedInstanceRoleRequest.BuilderModifier and TypeMethodDescriptionUpdateManagedInstanceRoleRequest.builder()The name of the Identity and Access Management (IAM) role that you want to assign to the managed node.UpdateManagedInstanceRoleRequest.Builder.instanceId(String instanceId) The ID of the managed node where you want to update the role.UpdateManagedInstanceRoleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateManagedInstanceRoleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateManagedInstanceRoleRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type UpdateManagedInstanceRoleRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateManagedInstanceRoleRequest.Builder>UpdateManagedInstanceRoleRequest.serializableBuilderClass()