Uses of Class
software.amazon.awssdk.services.wellarchitected.model.UpdateShareInvitationResponse
-
Packages that use UpdateShareInvitationResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of UpdateShareInvitationResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return UpdateShareInvitationResponse Modifier and Type Method Description default UpdateShareInvitationResponseWellArchitectedClient. updateShareInvitation(Consumer<UpdateShareInvitationRequest.Builder> updateShareInvitationRequest)Update a workload or custom lens share invitation.default UpdateShareInvitationResponseWellArchitectedClient. updateShareInvitation(UpdateShareInvitationRequest updateShareInvitationRequest)Update a workload or custom lens share invitation.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type UpdateShareInvitationResponse Modifier and Type Method Description default CompletableFuture<UpdateShareInvitationResponse>WellArchitectedAsyncClient. updateShareInvitation(Consumer<UpdateShareInvitationRequest.Builder> updateShareInvitationRequest)Update a workload or custom lens share invitation.default CompletableFuture<UpdateShareInvitationResponse>WellArchitectedAsyncClient. updateShareInvitation(UpdateShareInvitationRequest updateShareInvitationRequest)Update a workload or custom lens share invitation.
-