Uses of Class
software.amazon.awssdk.services.cloud9.model.UpdateEnvironmentMembershipResponse
-
Packages that use UpdateEnvironmentMembershipResponse Package Description software.amazon.awssdk.services.cloud9 Cloud9 -
-
Uses of UpdateEnvironmentMembershipResponse in software.amazon.awssdk.services.cloud9
Methods in software.amazon.awssdk.services.cloud9 that return UpdateEnvironmentMembershipResponse Modifier and Type Method Description default UpdateEnvironmentMembershipResponseCloud9Client. updateEnvironmentMembership(Consumer<UpdateEnvironmentMembershipRequest.Builder> updateEnvironmentMembershipRequest)Changes the settings of an existing environment member for an Cloud9 development environment.default UpdateEnvironmentMembershipResponseCloud9Client. updateEnvironmentMembership(UpdateEnvironmentMembershipRequest updateEnvironmentMembershipRequest)Changes the settings of an existing environment member for an Cloud9 development environment.Methods in software.amazon.awssdk.services.cloud9 that return types with arguments of type UpdateEnvironmentMembershipResponse Modifier and Type Method Description default CompletableFuture<UpdateEnvironmentMembershipResponse>Cloud9AsyncClient. updateEnvironmentMembership(Consumer<UpdateEnvironmentMembershipRequest.Builder> updateEnvironmentMembershipRequest)Changes the settings of an existing environment member for an Cloud9 development environment.default CompletableFuture<UpdateEnvironmentMembershipResponse>Cloud9AsyncClient. updateEnvironmentMembership(UpdateEnvironmentMembershipRequest updateEnvironmentMembershipRequest)Changes the settings of an existing environment member for an Cloud9 development environment.
-