Uses of Class
software.amazon.awssdk.services.iam.model.AddRoleToInstanceProfileResponse
-
Packages that use AddRoleToInstanceProfileResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of AddRoleToInstanceProfileResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return AddRoleToInstanceProfileResponse Modifier and Type Method Description default AddRoleToInstanceProfileResponseIamClient. addRoleToInstanceProfile(Consumer<AddRoleToInstanceProfileRequest.Builder> addRoleToInstanceProfileRequest)Adds the specified IAM role to the specified instance profile.default AddRoleToInstanceProfileResponseIamClient. addRoleToInstanceProfile(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest)Adds the specified IAM role to the specified instance profile.Methods in software.amazon.awssdk.services.iam that return types with arguments of type AddRoleToInstanceProfileResponse Modifier and Type Method Description default CompletableFuture<AddRoleToInstanceProfileResponse>IamAsyncClient. addRoleToInstanceProfile(Consumer<AddRoleToInstanceProfileRequest.Builder> addRoleToInstanceProfileRequest)Adds the specified IAM role to the specified instance profile.default CompletableFuture<AddRoleToInstanceProfileResponse>IamAsyncClient. addRoleToInstanceProfile(AddRoleToInstanceProfileRequest addRoleToInstanceProfileRequest)Adds the specified IAM role to the specified instance profile.
-